Add option to disable scheduling.

llvm-svn: 1973
This commit is contained in:
Vikram S. Adve 2002-03-24 03:45:35 +00:00
parent c228f7a077
commit e2a0dfad64
1 changed files with 1 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,