[llvm-commits] CVS: llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri May 13 12:42:49 PDT 2005
Changes in directory llvm/lib/Target/SparcV9/InstrSched:
InstrScheduling.cpp updated: 1.82 -> 1.83
---
Log message:
hide this option
---
Diffs of the changes: (+1 -1)
InstrScheduling.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
diff -u llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp:1.82 llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp:1.83
--- llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp:1.82 Thu Apr 21 18:27:12 2005
+++ llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp Fri May 13 14:42:31 2005
@@ -28,7 +28,7 @@
SchedDebugLevel_t SchedDebugLevel;
-static cl::opt<bool> EnableFillingDelaySlots("sched-fill-delay-slots",
+static cl::opt<bool> EnableFillingDelaySlots("sched-fill-delay-slots", cl::Hidden,
cl::desc("Fill branch delay slots during local scheduling"));
static cl::opt<SchedDebugLevel_t, true>
More information about the llvm-commits
mailing list