diff options
author | Nirav Dave <niravd@google.com> | 2016-09-28 16:37:50 +0000 |
---|---|---|
committer | Nirav Dave <niravd@google.com> | 2016-09-28 16:37:50 +0000 |
commit | e524f5088237ca5c3f9e9c857bc42e7b501588ad (patch) | |
tree | cd58272c150f7fa4ea8722395effbcf6df108674 /llvm/lib/CodeGen/TargetLoweringBase.cpp | |
parent | 5217f8452ca20825f40f03246255dc7e08bb6536 (diff) | |
download | bcm5719-llvm-e524f5088237ca5c3f9e9c857bc42e7b501588ad.tar.gz bcm5719-llvm-e524f5088237ca5c3f9e9c857bc42e7b501588ad.zip |
Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled."
This reverts commit r282600 due to test failues with MCJIT
llvm-svn: 282604
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetLoweringBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringBase.cpp b/llvm/lib/CodeGen/TargetLoweringBase.cpp index 00169646e46..be66f7e9e0e 100644 --- a/llvm/lib/CodeGen/TargetLoweringBase.cpp +++ b/llvm/lib/CodeGen/TargetLoweringBase.cpp @@ -824,7 +824,7 @@ TargetLoweringBase::TargetLoweringBase(const TargetMachine &tm) : TM(tm) { MinFunctionAlignment = 0; PrefFunctionAlignment = 0; PrefLoopAlignment = 0; - GatherAllAliasesMaxDepth = 18; + GatherAllAliasesMaxDepth = 6; MinStackArgumentAlignment = 1; MinimumJumpTableEntries = 4; // TODO: the default will be switched to 0 in the next commit, along |