summaryrefslogtreecommitdiffstats
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
commitf9a4d96038c696bf144400b7eccc5cb452c2cc5c (patch)
treeb29e4ae16bf93e098d03eef306456f16bb3df3cf
parent2e77db6af66b2657b32642df1f635837467a9f62 (diff)
downloadbcm5719-llvm-f9a4d96038c696bf144400b7eccc5cb452c2cc5c.tar.gz
bcm5719-llvm-f9a4d96038c696bf144400b7eccc5cb452c2cc5c.zip
hide this option
llvm-svn: 21959
-rw-r--r--llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp2
-rw-r--r--llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp b/llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
index 44f5c6ce4e9..a6f1c9017aa 100644
--- a/llvm/lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
+++ b/llvm/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/llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp
index c9f8810cefc..a84fbca791d 100644
--- a/llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp
+++ b/llvm/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"));
OpenPOWER on IntegriCloud