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 fec06e0 commit 499222eCopy full SHA for 499222e
lib/SILOptimizer/Transforms/DeadCodeElimination.cpp
@@ -760,6 +760,7 @@ bool DCE::removeDead() {
760
<< "with jump to: BB" << postDom->getDebugID() << "\n");
761
762
replaceBranchWithJump(termInst, postDom);
763
+ ++NumDeletedInsts;
764
termInst->eraseFromParent();
765
BranchesChanged = true;
766
Changed = true;
0 commit comments