mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +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:
@@ -2679,6 +2679,7 @@ void ISel::Select(SDOperand N) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ExprMap.erase(N);
|
||||||
SelectExpr(N);
|
SelectExpr(N);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
@@ -2687,6 +2688,7 @@ void ISel::Select(SDOperand N) {
|
|||||||
case ISD::ZEXTLOAD:
|
case ISD::ZEXTLOAD:
|
||||||
case ISD::CALL:
|
case ISD::CALL:
|
||||||
case ISD::DYNAMIC_STACKALLOC:
|
case ISD::DYNAMIC_STACKALLOC:
|
||||||
|
ExprMap.erase(N);
|
||||||
SelectExpr(N);
|
SelectExpr(N);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user