mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 07:31:39 +00:00
Fix 124.m88ksim.
llvm-svn: 19667
This commit is contained in:
parent
d991f0c15f
commit
dc09e52b3e
@ -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…
x
Reference in New Issue
Block a user