diff options
author | Owen Anderson <resistor@mac.com> | 2010-08-24 17:21:18 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-08-24 17:21:18 +0000 |
commit | 53c36c41ae036047867960f31a7a116d473e1f9f (patch) | |
tree | d64dd4eb5dfb0dd1f1c99799e247957b05c5355c /lib/Transforms/Scalar/JumpThreading.cpp | |
parent | 4ce307f96361d428bd332c2086ef42be359d9dd2 (diff) |
Turn LVI on, previously detected failures should be fixed now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111923 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/JumpThreading.cpp')
-rw-r--r-- | lib/Transforms/Scalar/JumpThreading.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/JumpThreading.cpp b/lib/Transforms/Scalar/JumpThreading.cpp index 2c3c39b06b..40250fa12e 100644 --- a/lib/Transforms/Scalar/JumpThreading.cpp +++ b/lib/Transforms/Scalar/JumpThreading.cpp @@ -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); |