mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SimplifyCFG: It is okay to ignore dealloc_stack to simplify an unreachable block
This commit is contained in:
@@ -1865,6 +1865,7 @@ bool SimplifyCFG::simplifyUnreachableBlock(UnreachableInst *UI) {
|
||||
case SILInstructionKind::StrongReleaseInst:
|
||||
case SILInstructionKind::RetainValueInst:
|
||||
case SILInstructionKind::ReleaseValueInst:
|
||||
case SILInstructionKind::DeallocStackInst:
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user