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:
@@ -510,6 +510,7 @@ static bool isSafeNonExitTerminator(TermInst *ti) {
|
||||
case TermKind::UnreachableInst:
|
||||
case TermKind::ReturnInst:
|
||||
case TermKind::ThrowInst:
|
||||
case TermKind::ThrowAddrInst:
|
||||
case TermKind::UnwindInst:
|
||||
return false;
|
||||
// yield is special because it can do arbitrary,
|
||||
|
||||
Reference in New Issue
Block a user