Add option to disable scheduling.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 24 Mar 2002 03:45:35 +0000 (03:45 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 24 Mar 2002 03:45:35 +0000 (03:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1973 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSched/SchedPriorities.h
lib/Target/SparcV9/InstrSched/SchedPriorities.h

index 2d0bff9765aa637e4a2681182dd7c52cd9d01936..c76beadcb590c7268782b5ec032e611be0ed7ebd 100644 (file)
@@ -38,6 +38,7 @@ class MethodLiveVarInfo;
 
 enum SchedDebugLevel_t {
   Sched_NoDebugInfo,
+  Sched_Disable,
   Sched_PrintMachineCode, 
   Sched_PrintSchedTrace,
   Sched_PrintSchedGraphs,
index 2d0bff9765aa637e4a2681182dd7c52cd9d01936..c76beadcb590c7268782b5ec032e611be0ed7ebd 100644 (file)
@@ -38,6 +38,7 @@ class MethodLiveVarInfo;
 
 enum SchedDebugLevel_t {
   Sched_NoDebugInfo,
+  Sched_Disable,
   Sched_PrintMachineCode, 
   Sched_PrintSchedTrace,
   Sched_PrintSchedGraphs,