diff --git a/lib/CodeGen/InstrSched/SchedPriorities.cpp b/lib/CodeGen/InstrSched/SchedPriorities.cpp index a4396c2d256..9e2053bb7cf 100644 --- a/lib/CodeGen/InstrSched/SchedPriorities.cpp +++ b/lib/CodeGen/InstrSched/SchedPriorities.cpp @@ -1,22 +1,22 @@ -/* -*-C++-*- - **************************************************************************** - * File: - * SchedPriorities.h - * - * Purpose: - * Encapsulate heuristics for instruction scheduling. - * - * Strategy: - * Priority ordering rules: - * (1) Max delay, which is the order of the heap S.candsAsHeap. - * (2) Instruction that frees up a register. - * (3) Instruction that has the maximum number of dependent instructions. - * Note that rules 2 and 3 are only used if issue conflicts prevent - * choosing a higher priority instruction by rule 1. - * - * History: - * 7/30/01 - Vikram Adve - Created - ***************************************************************************/ +// $Id$ -*-C++-*- +//*************************************************************************** +// File: +// SchedPriorities.h +// +// Purpose: +// Encapsulate heuristics for instruction scheduling. +// +// Strategy: +// Priority ordering rules: +// (1) Max delay, which is the order of the heap S.candsAsHeap. +// (2) Instruction that frees up a register. +// (3) Instruction that has the maximum number of dependent instructions. +// Note that rules 2 and 3 are only used if issue conflicts prevent +// choosing a higher priority instruction by rule 1. +// +// History: +// 7/30/01 - Vikram Adve - Created +//**************************************************************************/ #include "SchedPriorities.h" diff --git a/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp b/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp index a4396c2d256..9e2053bb7cf 100644 --- a/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp +++ b/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp @@ -1,22 +1,22 @@ -/* -*-C++-*- - **************************************************************************** - * File: - * SchedPriorities.h - * - * Purpose: - * Encapsulate heuristics for instruction scheduling. - * - * Strategy: - * Priority ordering rules: - * (1) Max delay, which is the order of the heap S.candsAsHeap. - * (2) Instruction that frees up a register. - * (3) Instruction that has the maximum number of dependent instructions. - * Note that rules 2 and 3 are only used if issue conflicts prevent - * choosing a higher priority instruction by rule 1. - * - * History: - * 7/30/01 - Vikram Adve - Created - ***************************************************************************/ +// $Id$ -*-C++-*- +//*************************************************************************** +// File: +// SchedPriorities.h +// +// Purpose: +// Encapsulate heuristics for instruction scheduling. +// +// Strategy: +// Priority ordering rules: +// (1) Max delay, which is the order of the heap S.candsAsHeap. +// (2) Instruction that frees up a register. +// (3) Instruction that has the maximum number of dependent instructions. +// Note that rules 2 and 3 are only used if issue conflicts prevent +// choosing a higher priority instruction by rule 1. +// +// History: +// 7/30/01 - Vikram Adve - Created +//**************************************************************************/ #include "SchedPriorities.h"