Re-enable LazyValueInfo. Monitoring for failures.
authorOwen Anderson <resistor@mac.com>
Mon, 23 Aug 2010 18:12:23 +0000 (18:12 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 23 Aug 2010 18:12:23 +0000 (18:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111816 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);