summaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/InstrSched/SchedPriorities.h
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-09-18 12:49:39 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-09-18 12:49:39 +0000
commit851d44c52245ffaa4ad313204e78900c5fc3c9b5 (patch)
treed50f32a0e665a3fb5daa9aef58dd01a57b1e6058 /lib/Target/SparcV9/InstrSched/SchedPriorities.h
parentf0b6d7960c26c5a2422f12448429eb460635fe01 (diff)
downloadllvm-851d44c52245ffaa4ad313204e78900c5fc3c9b5.tar.gz
llvm-851d44c52245ffaa4ad313204e78900c5fc3c9b5.tar.bz2
llvm-851d44c52245ffaa4ad313204e78900c5fc3c9b5.tar.xz
Renamed some header files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/InstrSched/SchedPriorities.h')
-rw-r--r--lib/Target/SparcV9/InstrSched/SchedPriorities.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/lib/Target/SparcV9/InstrSched/SchedPriorities.h b/lib/Target/SparcV9/InstrSched/SchedPriorities.h
index 1765dba5b8..909f4ed0eb 100644
--- a/lib/Target/SparcV9/InstrSched/SchedPriorities.h
+++ b/lib/Target/SparcV9/InstrSched/SchedPriorities.h
@@ -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
- ***************************************************************************/
+// -*-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
+//**************************************************************************/
#ifndef LLVM_CODEGEN_SCHEDPRIORITIES_H
#define LLVM_CODEGEN_SCHEDPRIORITIES_H
@@ -24,7 +24,7 @@
#include "SchedGraph.h"
#include "llvm/CodeGen/InstrScheduling.h"
#include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h"
-#include "llvm/Target/SchedInfo.h"
+#include "llvm/Target/MachineSchedInfo.h"
class Method;
class MachineInstr;