mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
MemoryDepAnalysis is not used if redundant load processing is disabled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97512 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df51247725
commit
19d417c346
@ -2237,7 +2237,7 @@ bool GVN::splitCriticalEdges() {
|
||||
std::pair<TerminatorInst*, unsigned> Edge = toSplit.pop_back_val();
|
||||
SplitCriticalEdge(Edge.first, Edge.second, this);
|
||||
} while (!toSplit.empty());
|
||||
MD->invalidateCachedPredecessors();
|
||||
if (MD) MD->invalidateCachedPredecessors();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user