summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-03-24 03:45:35 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-03-24 03:45:35 +0000
commite2a0dfad646ca02923d6bc0bb29ae6ec833788de (patch)
tree912e5e823bda27cf35a83272637427192227cac1 /llvm/lib/CodeGen/InstrSched
parentc228f7a077ce5168617adbb6058c7586ff779764 (diff)
downloadbcm5719-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.h1
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,
OpenPOWER on IntegriCloud