Skip to content

Commit 8e79687

Browse files
authored
Merge pull request swiftlang#30093 from gottesmm/pr-0273edba71f32c7d89fa25905b403c3bd0b89667
2 parents 7b2c8f1 + dae0e44 commit 8e79687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/SILOptimizer/Transforms/SemanticARCOpts.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ bool SemanticARCOptVisitor::processWorklist() {
491491
if (isInstructionTriviallyDead(defInst)) {
492492
deleteAllDebugUses(defInst);
493493
eraseInstruction(defInst);
494+
madeChange = true;
494495
continue;
495496
}
496497
}

0 commit comments

Comments
 (0)