Add option to disable scheduling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1973 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2002-03-24 03:45:35 +00:00
parent 802cec485f
commit 7c7e46ae5f
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class MethodLiveVarInfo;
enum SchedDebugLevel_t {
Sched_NoDebugInfo,
Sched_Disable,
Sched_PrintMachineCode,
Sched_PrintSchedTrace,
Sched_PrintSchedGraphs,

View File

@ -38,6 +38,7 @@ class MethodLiveVarInfo;
enum SchedDebugLevel_t {
Sched_NoDebugInfo,
Sched_Disable,
Sched_PrintMachineCode,
Sched_PrintSchedTrace,
Sched_PrintSchedGraphs,