diff options
author | Owen Anderson <resistor@mac.com> | 2010-08-23 19:59:27 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-08-23 19:59:27 +0000 |
commit | b6ad691ad73f2c11d184db39821462dc67bdc799 (patch) | |
tree | 6bea333ac1f3530fff04796c7c8cfd32700aeb04 /lib/Transforms/Scalar/JumpThreading.cpp | |
parent | d80c7e12322e60969b04fa5e0fb806857a3d12c4 (diff) |
Turn LVI back off, I have a testcase now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111834 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/JumpThreading.cpp')
-rw-r--r-- | lib/Transforms/Scalar/JumpThreading.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/JumpThreading.cpp b/lib/Transforms/Scalar/JumpThreading.cpp index 40250fa12e..2c3c39b06b 100644 --- a/lib/Transforms/Scalar/JumpThreading.cpp +++ b/lib/Transforms/Scalar/JumpThreading.cpp @@ -47,7 +47,7 @@ Threshold("jump-threading-threshold", static cl::opt<bool> EnableLVI("enable-jump-threading-lvi", cl::desc("Use LVI for jump threading"), - cl::init(true), + cl::init(false), cl::ReallyHidden); |