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