aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-19 23:34:33 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-19 23:34:33 +0000
commitdef5745314661804d98e8c4682c53a73e0817174 (patch)
tree506053d40fdbd39233eb70d57ebb43aaa9bad496 /lib/Target/SparcV9
parentd42b167e6126a8276d8590fa7ee93784cca297be (diff)
downloadexternal_llvm-def5745314661804d98e8c4682c53a73e0817174.zip
external_llvm-def5745314661804d98e8c4682c53a73e0817174.tar.gz
external_llvm-def5745314661804d98e8c4682c53a73e0817174.tar.bz2
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
Diffstat (limited to 'lib/Target/SparcV9')
-rw-r--r--lib/Target/SparcV9/SparcV9TargetMachine.cpp4
1 files changed, 2 insertions, 2 deletions
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 @@ 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");