mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Fix 124.m88ksim.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19667 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2511,6 +2511,9 @@ bool ISel::TryToFoldLoadOpStore(SDNode *Node) {
|
|||||||
case MVT::i32: Opc = TabPtr[5]; break;
|
case MVT::i32: Opc = TabPtr[5]; break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Table entry doesn't exist?
|
||||||
|
if (Opc == 0) return false;
|
||||||
|
|
||||||
if (!ExprMap.insert(std::make_pair(TheLoad.getValue(1), 1)).second)
|
if (!ExprMap.insert(std::make_pair(TheLoad.getValue(1), 1)).second)
|
||||||
assert(0 && "Already emitted?");
|
assert(0 && "Already emitted?");
|
||||||
Select(Chain);
|
Select(Chain);
|
||||||
|
Reference in New Issue
Block a user