Turn LVI back off, I have a testcase now.
authorOwen Anderson <resistor@mac.com>
Mon, 23 Aug 2010 19:59:27 +0000 (19:59 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 23 Aug 2010 19:59:27 +0000 (19:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111834 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/JumpThreading.cpp

index 40250fa12e042641df144df26a782e21ecc459a9..2c3c39b06b4886d692bf59fbf1e9eb12ce485665 100644 (file)
@@ -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);