mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #82798 from eeckstein/fix-let-property-lowering
LetPropertyLowering: remove redundant phis after ssa-update
This commit is contained in:
@@ -1562,6 +1562,7 @@ irgen::IRGenModule *SwiftPassInvocation::getIRGenModule() {
|
||||
}
|
||||
|
||||
void SwiftPassInvocation::endPass() {
|
||||
insertedPhisBySSAUpdater.clear();
|
||||
assert(allocatedSlabs.empty() && "StackList is leaking slabs");
|
||||
assert(numBlockSetsAllocated == 0 && "Not all BasicBlockSets deallocated");
|
||||
assert(numNodeSetsAllocated == 0 && "Not all NodeSets deallocated");
|
||||
|
||||
Reference in New Issue
Block a user