projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02dd53e
)
Re-enable LazyValueInfo. Monitoring for failures.
author
Owen Anderson
<resistor@mac.com>
Mon, 23 Aug 2010 18:12:23 +0000
(18:12 +0000)
committer
Owen 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/JumpThreading.cpp
b/lib/Transforms/Scalar/JumpThreading.cpp
index 2c3c39b06b4886d692bf59fbf1e9eb12ce485665..40250fa12e042641df144df26a782e21ecc459a9 100644
(file)
--- 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(
fals
e),
+ cl::init(
tru
e),
cl::ReallyHidden);