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:
bd3df52
)
Add stub for induction variable code
author
Chris Lattner
<sabre@nondot.org>
Wed, 20 Jun 2001 19:27:34 +0000
(19:27 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 20 Jun 2001 19:27:34 +0000
(19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38
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 9485562ab1b4fc404763a103eda9a1e68d089f93..100a753df4abf5ef648845fb7e1a5d821e523577 100644
(file)
--- a/
tools/opt/opt.cpp
+++ b/
tools/opt/opt.cpp
@@
-36,6
+36,7
@@
struct {
{ "-inline" ,"Method Inlining", DoMethodInlining },
{ "-strip" ,"Strip Symbols", DoSymbolStripping },
{ "-mstrip" ,"Strip Module Symbols", DoFullSymbolStripping },
+ { "-indvars" ,"Simplify Induction Vars", DoInductionVariableCannonicalize },
};
int main(int argc, char **argv) {