[PassManager] Adding Hidden attribute to EnableMLSM option
authorGerolf Hoflehner <ghoflehner@apple.com>
Wed, 10 Sep 2014 20:24:03 +0000 (20:24 +0000)
committerGerolf Hoflehner <ghoflehner@apple.com>
Wed, 10 Sep 2014 20:24:03 +0000 (20:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217539 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/PassManagerBuilder.cpp

index 8d5d14af64becab517048d44fb4440dc28aa4d8b..1b229123233c497069690ad839f2b3f17e7c2bb0 100644 (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;