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:
dc4693d
)
Change option name slightly
author
Chris Lattner
<sabre@nondot.org>
Mon, 23 Jul 2001 23:02:51 +0000
(23:02 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 23 Jul 2001 23:02:51 +0000
(23:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/opt/opt.cpp
patch
|
blob
|
history
diff --git
a/tools/opt/opt.cpp
b/tools/opt/opt.cpp
index 7260adb62fc706aff881f4422ecddc300de8c900..2183eefb0cc700f398f86016e6588ae4d582f07c 100644
(file)
--- a/
tools/opt/opt.cpp
+++ b/
tools/opt/opt.cpp
@@
-61,7
+61,7
@@
cl::Alias QuietA ("quiet", "Alias for -q", cl::NoFlags, Quiet);
cl::EnumList<enum Opts> OptimizationList(cl::NoFlags,
clEnumVal(dce , "Dead Code Elimination"),
clEnumVal(constprop, "Simple Constant Propogation"),
- clEnumValN(inlining , "inline", "Method In
lining
"),
+ clEnumValN(inlining , "inline", "Method In
tegration
"),
clEnumVal(strip , "Strip Symbols"),
clEnumVal(mstrip , "Strip Module Symbols"),
clEnumVal(indvars , "Simplify Induction Variables"),