mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Eliminate bad assertions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19659 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4a108668df
commit
b71f8fc99d
@ -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