Introduce return_borrow instruction

This commit is contained in:
Meghana Gupta
2025-10-09 07:18:59 -07:00
parent 0e4dc2fe2e
commit e116df3628
32 changed files with 239 additions and 4 deletions

View File

@@ -235,6 +235,7 @@ void swift::getEdgeArgs(TermInst *T, unsigned edgeIdx, SILBasicBlock *newEdgeBB,
return;
case SILInstructionKind::ReturnInst:
case SILInstructionKind::ReturnBorrowInst:
case SILInstructionKind::ThrowInst:
case SILInstructionKind::ThrowAddrInst:
case SILInstructionKind::UnwindInst: