diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-09-18 12:52:03 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-09-18 12:52:03 +0000 |
commit | fe30f1f664500c6cd99baf02cae0fc3680864323 (patch) | |
tree | 546659bdbaa7e80308b9ad4e2b07c4e358fa628e /lib | |
parent | f0ba28045f28b331fe722c21c9dfcaefbdbc393d (diff) | |
download | external_llvm-fe30f1f664500c6cd99baf02cae0fc3680864323.zip external_llvm-fe30f1f664500c6cd99baf02cae0fc3680864323.tar.gz external_llvm-fe30f1f664500c6cd99baf02cae0fc3680864323.tar.bz2 |
Format file header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@611 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/InstrSched/SchedPriorities.cpp | 38 | ||||
-rw-r--r-- | lib/Target/SparcV9/InstrSched/SchedPriorities.cpp | 38 |
2 files changed, 38 insertions, 38 deletions
diff --git a/lib/CodeGen/InstrSched/SchedPriorities.cpp b/lib/CodeGen/InstrSched/SchedPriorities.cpp index a4396c2..9e2053b 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 a4396c2..9e2053b 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" |