Skip to content

Commit c809ca1

Browse files
committed
[gardening] De-indent comment in RedundantOverflowCheckRemovalPass.
[ci skip]
1 parent f723b86 commit c809ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Transforms/RedundantOverflowCheckRemoval.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class RedundantOverflowCheckRemovalPass : public SILFunctionTransform {
138138
if (auto *CBI = dyn_cast<CondBranchInst>(Inst))
139139
registerBranchFormula(CBI);
140140

141-
// Handle cond_fail instructions.
141+
// Handle cond_fail instructions.
142142
if (auto *CFI = dyn_cast<CondFailInst>(Inst)) {
143143
if (tryToRemoveCondFail(CFI)) {
144144
ToRemove.push_back(CFI);

0 commit comments

Comments
 (0)