mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Merging r195636:
------------------------------------------------------------------------ r195636 | aemerson | 2013-11-25 03:24:18 -0800 (Mon, 25 Nov 2013) | 2 lines Revert r195599 as it broke the builds. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@195671 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -8692,11 +8692,6 @@ bool DAGCombiner::MergeConsecutiveStores(StoreSDNode* St) {
|
||||
Index = STn;
|
||||
break;
|
||||
} else if (LoadSDNode *Ldn = dyn_cast<LoadSDNode>(NextInChain)) {
|
||||
if (Ldn->isVolatile()) {
|
||||
Index = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
// Save the load node for later. Continue the scan.
|
||||
AliasLoadNodes.push_back(Ldn);
|
||||
NextInChain = Ldn->getChain().getNode();
|
||||
|
||||
Reference in New Issue
Block a user