aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-13 19:44:21 +0000
committerChris Lattner <sabre@nondot.org>2005-05-13 19:44:21 +0000
commit6bc2dc7b2c8de6f871479be14f8f6f372ff6d60a (patch)
treee199836a55fba5fde008556234f5abe7170f8b93 /lib
parentadf6a965a321372c640845407195594835921eb4 (diff)
hide this option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/SparcV9/InstrSched/InstrScheduling.cpp2
-rw-r--r--lib/Target/SparcV9/SparcV9TargetMachine.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp b/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
index 44f5c6ce4e..a6f1c9017a 100644
--- a/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
+++ b/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
@@ -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>
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
index c9f8810cef..a84fbca791 100644
--- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp
+++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
@@ -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"));