commit | b6ad691ad73f2c11d184db39821462dc67bdc799 | [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 | 6bea333ac1f3530fff04796c7c8cfd32700aeb04 | |
parent | d80c7e12322e60969b04fa5e0fb806857a3d12c4 [diff] [blame] |
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
diff --git a/lib/Transforms/Scalar/JumpThreading.cpp b/lib/Transforms/Scalar/JumpThreading.cpp index 40250fa..2c3c39b 100644 --- a/lib/Transforms/Scalar/JumpThreading.cpp +++ b/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);