diff options
| author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-03-24 03:45:35 +0000 |
|---|---|---|
| committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-03-24 03:45:35 +0000 |
| commit | e2a0dfad646ca02923d6bc0bb29ae6ec833788de (patch) | |
| tree | 912e5e823bda27cf35a83272637427192227cac1 /llvm/lib/CodeGen/InstrSched | |
| parent | c228f7a077ce5168617adbb6058c7586ff779764 (diff) | |
| download | bcm5719-llvm-e2a0dfad646ca02923d6bc0bb29ae6ec833788de.tar.gz bcm5719-llvm-e2a0dfad646ca02923d6bc0bb29ae6ec833788de.zip | |
Add option to disable scheduling.
llvm-svn: 1973
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSched/SchedPriorities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h index 2d0bff9765a..c76beadcb59 100644 --- a/llvm/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/llvm/lib/CodeGen/InstrSched/SchedPriorities.h @@ -38,6 +38,7 @@ class MethodLiveVarInfo; enum SchedDebugLevel_t { Sched_NoDebugInfo, + Sched_Disable, Sched_PrintMachineCode, Sched_PrintSchedTrace, Sched_PrintSchedGraphs, |

