mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 05:55:40 +00:00
Make the EnableLoadPRE variable static.
llvm-svn: 73398
This commit is contained in:
parent
711f57040d
commit
59c4088e16
@ -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));
|
||||
static cl::opt<bool> EnableLoadPRE("enable-load-pre", cl::init(true));
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// ValueTable Class
|
||||
|
Loading…
Reference in New Issue
Block a user