mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Eliminate bad assertions.
llvm-svn: 19659
This commit is contained in:
parent
8f3a8d96e2
commit
722ddeb86e
@ -2679,6 +2679,7 @@ void ISel::Select(SDOperand N) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
ExprMap.erase(N);
|
||||
SelectExpr(N);
|
||||
return;
|
||||
|
||||
@ -2687,6 +2688,7 @@ void ISel::Select(SDOperand N) {
|
||||
case ISD::ZEXTLOAD:
|
||||
case ISD::CALL:
|
||||
case ISD::DYNAMIC_STACKALLOC:
|
||||
ExprMap.erase(N);
|
||||
SelectExpr(N);
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user