mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
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:
parent
8cb8245cf1
commit
2e9f0b1a32
@ -43,7 +43,7 @@ STATISTIC(NumGVNLoad, "Number of loads deleted");
|
|||||||
STATISTIC(NumGVNPRE, "Number of instructions PRE'd");
|
STATISTIC(NumGVNPRE, "Number of instructions PRE'd");
|
||||||
|
|
||||||
static cl::opt<bool> EnablePRE("enable-pre",
|
static cl::opt<bool> EnablePRE("enable-pre",
|
||||||
cl::init(true), cl::Hidden);
|
cl::init(false), cl::Hidden);
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// ValueTable Class
|
// ValueTable Class
|
||||||
|
Loading…
x
Reference in New Issue
Block a user