Turn LVI on, previously detected failures should be fixed now.

llvm-svn: 111923
This commit is contained in:
Owen Anderson
2010-08-24 17:21:18 +00:00
parent 6901283544
commit 7c853e877e

View 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);