mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user