forked from OSchip/llvm-project
[PassManager] Adding Hidden attribute to EnableMLSM option
llvm-svn: 217539
This commit is contained in:
parent
24815d9b8f
commit
008e5cdcba
|
@ -71,8 +71,8 @@ static cl::opt<bool> UseCFLAA("use-cfl-aa",
|
|||
cl::desc("Enable the new, experimental CFL alias analysis"));
|
||||
|
||||
static cl::opt<bool>
|
||||
EnableMLSM("mlsm", cl::desc("Enable motion of merged load and store"),
|
||||
cl::init(true));
|
||||
EnableMLSM("mlsm", cl::init(true), cl::Hidden,
|
||||
cl::desc("Enable motion of merged load and store"));
|
||||
|
||||
PassManagerBuilder::PassManagerBuilder() {
|
||||
OptLevel = 2;
|
||||
|
|
Loading…
Reference in New Issue