Skip to content

Commit 35a99b2

Browse files
committed
Merge pull request #2129 from jdhealy/gardening-deindent-comment-RedundantOverflowCheckRemovalPass
[gardening] De-indent comment in `RedundantOverflowCheckRemovalPass`.
2 parents 94d44c7 + c809ca1 commit 35a99b2

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)