Made modsched hidden and changed so it matches the style of other options.
authorTanya Lattner <tonic@nondot.org>
Fri, 19 Nov 2004 23:34:33 +0000 (23:34 +0000)
committerTanya Lattner <tonic@nondot.org>
Fri, 19 Nov 2004 23:34:33 +0000 (23:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18024 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9TargetMachine.cpp

index 9917bb307c100b67df4a7791b18900f214143197..5b2c0b03e6cdd17cc1f8934cabcbe4f8e6d93ae7 100644 (file)
@@ -67,8 +67,8 @@ namespace {
                       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");