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 | 6ffa3f2aeadadae3d621e65dc027e41eb17ce1f8 (patch) | |
tree | 7513e5437f0fb8dddf7ab0b5f60273c01132c3ec /llvm/lib | |
parent | 905c051e477ed186e984bd441f8573eeb9e34fb3 (diff) | |
download | bcm5719-llvm-6ffa3f2aeadadae3d621e65dc027e41eb17ce1f8.tar.gz bcm5719-llvm-6ffa3f2aeadadae3d621e65dc027e41eb17ce1f8.zip |
Turn LVI back off, I have a testcase now.
llvm-svn: 111834
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Transforms/Scalar/JumpThreading.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/JumpThreading.cpp b/llvm/lib/Transforms/Scalar/JumpThreading.cpp index 40250fa12e0..2c3c39b06b4 100644 --- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp +++ b/llvm/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); |