projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d42b167
)
Made modsched hidden and changed so it matches the style of other options.
author
Tanya Lattner
<tonic@nondot.org>
Fri, 19 Nov 2004 23:34:33 +0000
(23:34 +0000)
committer
Tanya 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
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9TargetMachine.cpp
b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
index 9917bb307c100b67df4a7791b18900f214143197..5b2c0b03e6cdd17cc1f8934cabcbe4f8e6d93ae7 100644
(file)
--- 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-
ModS
ched",
- cl::desc("Enable modulo scheduling pass instead of local scheduling"));
+ cl::opt<bool> EnableModSched("enable-
mods
ched",
+ cl::desc("Enable modulo scheduling pass instead of local scheduling")
, cl::Hidden
);
// Register the target.
RegisterTarget<SparcV9TargetMachine> X("sparcv9", " SPARC V9");