mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Implement a 'throw' instruction in SIL.
Swift SVN r26668
This commit is contained in:
@@ -95,6 +95,7 @@ static bool isTransitiveEscapeInst(SILInstruction *Inst) {
|
||||
case ValueKind::DynamicMethodBranchInst:
|
||||
case ValueKind::ReturnInst:
|
||||
case ValueKind::AutoreleaseReturnInst:
|
||||
case ValueKind::ThrowInst:
|
||||
case ValueKind::FixLifetimeInst:
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user