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 | 8656a80661dc2b2afa48939dbf29f89749b048e8 (patch) | |
| tree | 0b2cd6ea04f05f153c818c4af96ec5806d4a84fb /llvm/lib/CodeGen/InstrSched | |
| parent | 703297cf24e0df3ddbe5f3bce8a8c878f572c682 (diff) | |
| download | bcm5719-llvm-8656a80661dc2b2afa48939dbf29f89749b048e8.tar.gz bcm5719-llvm-8656a80661dc2b2afa48939dbf29f89749b048e8.zip | |
Format file header.
llvm-svn: 611
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp b/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp index a4396c2d256..9e2053bb7cf 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp +++ b/llvm/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" |

