[reference-binding] Add mark_unresolved_reference_binding to signal from SILGen to the pass to check.

Just the SIL part of this.
This commit is contained in:
Michael Gottesman
2023-03-03 15:09:27 -08:00
parent 78d57ea6be
commit 00d54ebaa8
19 changed files with 141 additions and 2 deletions

View File

@@ -877,6 +877,7 @@ InlineCost swift::instructionInlineCost(SILInstruction &I) {
case SILInstructionKind::RebindMemoryInst:
case SILInstructionKind::MoveValueInst:
case SILInstructionKind::MarkMustCheckInst:
case SILInstructionKind::MarkUnresolvedReferenceBindingInst:
case SILInstructionKind::CopyableToMoveOnlyWrapperValueInst:
case SILInstructionKind::MoveOnlyWrapperToCopyableValueInst:
case SILInstructionKind::TestSpecificationInst: