mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 14:45:50 +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:
parent
abce77b710
commit
b422aeac9e
@ -2511,6 +2511,9 @@ bool ISel::TryToFoldLoadOpStore(SDNode *Node) {
|
||||
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)
|
||||
assert(0 && "Already emitted?");
|
||||
Select(Chain);
|
||||
|
Loading…
Reference in New Issue
Block a user