mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-05 03:10:41 +00:00
Mistakenly turned this on.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64065 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f51fd3ea9
commit
b805030e02
@ -48,7 +48,7 @@ STATISTIC(NumPRELoad, "Number of loads PRE'd");
|
||||
|
||||
static cl::opt<bool> EnablePRE("enable-pre",
|
||||
cl::init(true), cl::Hidden);
|
||||
cl::opt<bool> EnableLoadPRE("enable-load-pre", cl::init(true));
|
||||
cl::opt<bool> EnableLoadPRE("enable-load-pre"/*, cl::init(true)*/);
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// ValueTable Class
|
||||
|
Loading…
Reference in New Issue
Block a user