[GlobalsAA] Disable globals-aa by default
[oota-llvm.git] / lib / Transforms / IPO / PassManagerBuilder.cpp
index 6b113ff9b7f3a4c0319a0abbc16cbaea0297641a..fcb62db06e93f7c5c7bcd3db58006cbab446cd31 100644 (file)
@@ -95,7 +95,7 @@ static cl::opt<bool> EnableLoopDistribute(
     cl::desc("Enable the new, experimental LoopDistribution Pass"));
 
 static cl::opt<bool> EnableNonLTOGlobalsModRef(
-    "enable-non-lto-gmr", cl::init(true), cl::Hidden,
+    "enable-non-lto-gmr", cl::init(false), cl::Hidden,
     cl::desc(
         "Enable the GlobalsModRef AliasAnalysis outside of the LTO pipeline."));