mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
Revert this, as it seems to still be broken.
llvm-svn: 53627
This commit is contained in:
parent
73bdb28e89
commit
e12f7904ff
@ -44,7 +44,7 @@ STATISTIC(NumGVNPRE, "Number of instructions PRE'd");
|
||||
STATISTIC(NumGVNBlocks, "Number of blocks merged");
|
||||
|
||||
static cl::opt<bool> EnablePRE("enable-pre",
|
||||
cl::init(true), cl::Hidden);
|
||||
cl::init(false), cl::Hidden);
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// ValueTable Class
|
||||
|
Loading…
Reference in New Issue
Block a user