diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Transforms/IPO/PassManagerBuilder.cpp | 4 | ||||
| -rw-r--r-- | llvm/test/Feature/optnone-opt.ll | 1 | 
2 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp b/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp index 59605d58084..c3acd9ff30d 100644 --- a/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp +++ b/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp @@ -137,8 +137,8 @@ static cl::opt<int> PreInlineThreshold(               "(default = 75)"));  static cl::opt<bool> EnableGVNHoist( -    "enable-gvn-hoist", cl::init(true), cl::Hidden, -    cl::desc("Enable the GVN hoisting pass (default = on)")); +    "enable-gvn-hoist", cl::init(false), cl::Hidden, +    cl::desc("Enable the GVN hoisting pass"));  static cl::opt<bool>      DisableLibCallsShrinkWrap("disable-libcalls-shrinkwrap", cl::init(false), diff --git a/llvm/test/Feature/optnone-opt.ll b/llvm/test/Feature/optnone-opt.ll index a00013ec179..f53877d4aea 100644 --- a/llvm/test/Feature/optnone-opt.ll +++ b/llvm/test/Feature/optnone-opt.ll @@ -41,7 +41,6 @@ attributes #0 = { optnone noinline }  ; OPT-O1-DAG: Skipping pass 'Combine redundant instructions'  ; OPT-O1-DAG: Skipping pass 'Dead Store Elimination'  ; OPT-O1-DAG: Skipping pass 'Early CSE' -; OPT-O1-DAG: Skipping pass 'Early GVN Hoisting of Expressions'  ; OPT-O1-DAG: Skipping pass 'Jump Threading'  ; OPT-O1-DAG: Skipping pass 'MemCpy Optimization'  ; OPT-O1-DAG: Skipping pass 'Reassociate expressions'  | 

