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:
@@ -2754,6 +2754,7 @@ bool AllocOptimize::tryToRemoveDeadAllocation() {
|
||||
LLVM_FALLTHROUGH;
|
||||
case TermKind::ReturnInst:
|
||||
case TermKind::ThrowInst:
|
||||
case TermKind::ThrowAddrInst:
|
||||
case TermKind::UnwindInst:
|
||||
case TermKind::YieldInst: {
|
||||
// These terminators can never be non-consuming uses of an owned
|
||||
|
||||
Reference in New Issue
Block a user