Disable PRE. It's breaking bootstrapping.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52643 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2008-06-23 21:22:35 +00:00
parent 8cb8245cf1
commit 2e9f0b1a32

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