diff options
author | Andrew Trick <atrick@apple.com> | 2011-09-13 05:23:49 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2011-09-13 05:23:49 +0000 |
commit | effb64715490e7680964a723d56a0e793a13f04b (patch) | |
tree | 2dbc23e7c7f534b05ef6ed3793fa3dc2c5d00c10 /lib/Transforms/Scalar/IndVarSimplify.cpp | |
parent | edd4f8ba4bed5b999c6a726b7991241cf1840350 (diff) |
[indvars] Revert r139579 until 401.bzip -arch i386 miscompilation is fixed. PR10920.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139583 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/IndVarSimplify.cpp')
-rw-r--r-- | lib/Transforms/Scalar/IndVarSimplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/IndVarSimplify.cpp b/lib/Transforms/Scalar/IndVarSimplify.cpp index e240c42e36..b5500dec6e 100644 --- a/lib/Transforms/Scalar/IndVarSimplify.cpp +++ b/lib/Transforms/Scalar/IndVarSimplify.cpp @@ -60,7 +60,7 @@ STATISTIC(NumElimIV , "Number of congruent IVs eliminated"); namespace llvm { cl::opt<bool> EnableIVRewrite( - "enable-iv-rewrite", cl::Hidden, + "enable-iv-rewrite", cl::Hidden, cl::init(true), cl::desc("Enable canonical induction variable rewriting")); // Trip count verification can be enabled by default under NDEBUG if we |