forked from OSchip/llvm-project
parent
9abd04bf3f
commit
070de29fcf
|
@ -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));
|
cl::opt<bool> EnableLoadPRE("enable-load-pre"/*, cl::init(true)*/);
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// ValueTable Class
|
// ValueTable Class
|
||||||
|
|
Loading…
Reference in New Issue