Add stub for induction variable code
authorChris Lattner <sabre@nondot.org>
Wed, 20 Jun 2001 19:27:34 +0000 (19:27 +0000)
committerChris 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

index 9485562ab1b4fc404763a103eda9a1e68d089f93..100a753df4abf5ef648845fb7e1a5d821e523577 100644 (file)
@@ -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) {