commit | 8e28b665f9d96dbb2ffeb05b0bc3f9da0e83ce63 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Tue Aug 24 17:21:18 2010 +0000 |
committer | Owen Anderson <resistor@mac.com> | Tue Aug 24 17:21:18 2010 +0000 |
tree | d64dd4eb5dfb0dd1f1c99799e247957b05c5355c | |
parent | 0171e9aa81beb968ff9e3f009b94a336ba4178d6 [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
diff --git a/lib/Transforms/Scalar/JumpThreading.cpp b/lib/Transforms/Scalar/JumpThreading.cpp index 2c3c39b..40250fa 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(false), + cl::init(true), cl::ReallyHidden);