Enable PRE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2008-06-21 07:26:53 +00:00
parent c3417609ae
commit 4ce138cc55

View File

@ -43,7 +43,7 @@ STATISTIC(NumGVNLoad, "Number of loads deleted");
STATISTIC(NumGVNPRE, "Number of instructions PRE'd");
static cl::opt<bool> EnablePRE("enable-pre",
cl::init(false), cl::Hidden);
cl::init(true), cl::Hidden);
//===----------------------------------------------------------------------===//
// ValueTable Class