[PassManager] Adding Hidden attribute to EnableMLSM option

llvm-svn: 217539
This commit is contained in:
Gerolf Hoflehner 2014-09-10 20:24:03 +00:00
parent 24815d9b8f
commit 008e5cdcba
1 changed files with 2 additions and 2 deletions

View File

@ -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;