1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Disable PRE. It's breaking bootstrapping.

llvm-svn: 52643
This commit is contained in:
Evan Cheng 2008-06-23 21:22:35 +00:00
parent 71a0e81d0b
commit 174f11c202

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(true), cl::Hidden);
cl::init(false), cl::Hidden);
//===----------------------------------------------------------------------===//
// ValueTable Class