summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2015-09-15 10:44:06 +0000
committerJames Molloy <james.molloy@arm.com>2015-09-15 10:44:06 +0000
commitd5b161a221ecb2292103aa603a47a90e394b7fda (patch)
tree70ea2e3904a89ae86e4fb0648b38109b43bd3739 /llvm
parent3be88564e9a6543112046629a44fbf1bbbcdb2ed (diff)
downloadbcm5719-llvm-d5b161a221ecb2292103aa603a47a90e394b7fda.tar.gz
bcm5719-llvm-d5b161a221ecb2292103aa603a47a90e394b7fda.zip
[GlobalsAA] Disable globals-aa by default
Several issues have been found with it - disabling in the meantime. llvm-svn: 247674
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Transforms/IPO/PassManagerBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp b/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
index 6b113ff9b7f..fcb62db06e9 100644
--- a/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
+++ b/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
@@ -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."));
OpenPOWER on IntegriCloud