forked from OSchip/llvm-project
Disable PRE. It's breaking bootstrapping.
llvm-svn: 52643
This commit is contained in:
parent
fa63cc4e91
commit
403e567043
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue