Turn LVI on, previously detected failures should be fixed now.
authorOwen Anderson <resistor@mac.com>
Tue, 24 Aug 2010 17:21:18 +0000 (17:21 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 24 Aug 2010 17:21:18 +0000 (17:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111923 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/JumpThreading.cpp

index 2c3c39b06b4886d692bf59fbf1e9eb12ce485665..40250fa12e042641df144df26a782e21ecc459a9 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(false),
+          cl::init(true),
           cl::ReallyHidden);