1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Enable PRE.

llvm-svn: 52574
This commit is contained in:
Evan Cheng 2008-06-21 07:26:53 +00:00
parent 1d07cd32c2
commit 2ff47edc37

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