mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 15:38:57 +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",
|
static cl::opt<bool> EnablePRE("enable-pre",
|
||||||
cl::init(true), cl::Hidden);
|
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
|
// ValueTable Class
|
||||||
|
Loading…
x
Reference in New Issue
Block a user