hide this option
authorChris Lattner <sabre@nondot.org>
Fri, 13 May 2005 19:44:21 +0000 (19:44 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 May 2005 19:44:21 +0000 (19:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21959 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/SparcV9TargetMachine.cpp

index 44f5c6ce4e9b579bc289bb24363cfa14e22ebde7..a6f1c9017aa16e1b70a9f7feacd88923fd3a20cf 100644 (file)
@@ -28,7 +28,7 @@ namespace llvm {
 
 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>
index c9f8810cefc8b5b2b9a13a065f8d1885c9ea1301..a84fbca791dfc29b06cce8e5858cc590b7d1352b 100644 (file)
@@ -58,7 +58,7 @@ namespace {
   cl::opt<bool> DisablePeephole("disable-peephole",
                                 cl::desc("Disable peephole optimization pass"));
 
-  cl::opt<bool, true> EmitMappingInfoOpt("enable-maps",
+  cl::opt<bool, true> EmitMappingInfoOpt("enable-maps", cl::ReallyHidden,
                  cl::location(EmitMappingInfo),
                  cl::init(false),
                  cl::desc("Emit LLVM-to-MachineCode mapping info to assembly"));