commit | 6ffa3f2aeadadae3d621e65dc027e41eb17ce1f8 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Mon Aug 23 19:59:27 2010 +0000 |
committer | Owen Anderson <resistor@mac.com> | Mon Aug 23 19:59:27 2010 +0000 |
tree | 7513e5437f0fb8dddf7ab0b5f60273c01132c3ec | |
parent | 905c051e477ed186e984bd441f8573eeb9e34fb3 [diff] |
Turn LVI back off, I have a testcase now. llvm-svn: 111834
diff --git a/llvm/lib/Transforms/Scalar/JumpThreading.cpp b/llvm/lib/Transforms/Scalar/JumpThreading.cpp index 40250fa..2c3c39b 100644 --- a/llvm/lib/Transforms/Scalar/JumpThreading.cpp +++ b/llvm/lib/Transforms/Scalar/JumpThreading.cpp
@@ -47,7 +47,7 @@ static cl::opt<bool> EnableLVI("enable-jump-threading-lvi", cl::desc("Use LVI for jump threading"), - cl::init(true), + cl::init(false), cl::ReallyHidden);