From 7c7e46ae5fab1b672bb4f4cd5d04884f93f762c4 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sun, 24 Mar 2002 03:45:35 +0000 Subject: [PATCH] Add option to disable scheduling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1973 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/InstrSched/SchedPriorities.h | 1 + lib/Target/SparcV9/InstrSched/SchedPriorities.h | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/CodeGen/InstrSched/SchedPriorities.h b/lib/CodeGen/InstrSched/SchedPriorities.h index 2d0bff9765a..c76beadcb59 100644 --- a/lib/CodeGen/InstrSched/SchedPriorities.h +++ b/lib/CodeGen/InstrSched/SchedPriorities.h @@ -38,6 +38,7 @@ class MethodLiveVarInfo; enum SchedDebugLevel_t { Sched_NoDebugInfo, + Sched_Disable, Sched_PrintMachineCode, Sched_PrintSchedTrace, Sched_PrintSchedGraphs, diff --git a/lib/Target/SparcV9/InstrSched/SchedPriorities.h b/lib/Target/SparcV9/InstrSched/SchedPriorities.h index 2d0bff9765a..c76beadcb59 100644 --- a/lib/Target/SparcV9/InstrSched/SchedPriorities.h +++ b/lib/Target/SparcV9/InstrSched/SchedPriorities.h @@ -38,6 +38,7 @@ class MethodLiveVarInfo; enum SchedDebugLevel_t { Sched_NoDebugInfo, + Sched_Disable, Sched_PrintMachineCode, Sched_PrintSchedTrace, Sched_PrintSchedGraphs, -- 2.34.1