1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add stub for induction variable code

llvm-svn: 38
This commit is contained in:
Chris Lattner 2001-06-20 19:27:34 +00:00
parent 152920646b
commit 3223c77455

View 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) {