We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0feba76 commit 1394af3Copy full SHA for 1394af3
lib/SIL/SILInstruction.cpp
@@ -743,6 +743,7 @@ bool SILInstruction::mayRelease() const {
743
llvm_unreachable("Unhandled releasing instruction!");
744
745
case ValueKind::ApplyInst:
746
+ case ValueKind::TryApplyInst:
747
case ValueKind::DestroyAddrInst:
748
case ValueKind::StrongReleaseInst:
749
case ValueKind::UnownedReleaseInst:
0 commit comments