Add stub for induction variable code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2001-06-20 19:27:34 +00:00
parent bd3df527ed
commit b12063919f

View File

@ -36,6 +36,7 @@ struct {
{ "-inline" ,"Method Inlining", DoMethodInlining }, { "-inline" ,"Method Inlining", DoMethodInlining },
{ "-strip" ,"Strip Symbols", DoSymbolStripping }, { "-strip" ,"Strip Symbols", DoSymbolStripping },
{ "-mstrip" ,"Strip Module Symbols", DoFullSymbolStripping }, { "-mstrip" ,"Strip Module Symbols", DoFullSymbolStripping },
{ "-indvars" ,"Simplify Induction Vars", DoInductionVariableCannonicalize },
}; };
int main(int argc, char **argv) { int main(int argc, char **argv) {