mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: Introduce ThrowAddrInst
This commit is contained in:
@@ -1000,6 +1000,7 @@ InlineCost swift::instructionInlineCost(SILInstruction &I) {
|
||||
case SILInstructionKind::UnreachableInst:
|
||||
case SILInstructionKind::ReturnInst:
|
||||
case SILInstructionKind::ThrowInst:
|
||||
case SILInstructionKind::ThrowAddrInst:
|
||||
case SILInstructionKind::UnwindInst:
|
||||
case SILInstructionKind::YieldInst:
|
||||
case SILInstructionKind::EndCOWMutationInst:
|
||||
|
||||
Reference in New Issue
Block a user