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 c4e738e commit 79edfafCopy full SHA for 79edfaf
lib/SILOptimizer/Transforms/SimplifyCFG.cpp
@@ -2319,6 +2319,8 @@ bool SimplifyCFG::simplifyUnreachableBlock(UnreachableInst *UI) {
2319
case SILInstructionKind::StrongReleaseInst:
2320
case SILInstructionKind::RetainValueInst:
2321
case SILInstructionKind::ReleaseValueInst:
2322
+ case SILInstructionKind::DestroyValueInst:
2323
+ case SILInstructionKind::EndBorrowInst:
2324
break;
2325
// We can only ignore a dealloc_stack instruction if we can ignore all
2326
// instructions in the block.
0 commit comments