Made modsched hidden and changed so it matches the style of other options.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18024 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
index 9917bb3..5b2c0b0 100644
--- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp
+++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
@@ -67,8 +67,8 @@
cl::desc("Do not strip the LLVM bytecode in executable"));
- cl::opt<bool> EnableModSched("enable-ModSched",
- cl::desc("Enable modulo scheduling pass instead of local scheduling"));
+ cl::opt<bool> EnableModSched("enable-modsched",
+ cl::desc("Enable modulo scheduling pass instead of local scheduling"), cl::Hidden);
// Register the target.
RegisterTarget<SparcV9TargetMachine> X("sparcv9", " SPARC V9");