Skip to content

Commit a8c1198

Browse files
committed
[InstCombine] Fix comments. NFC.
1 parent faeb757 commit a8c1198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,8 +1868,8 @@ Instruction *InstCombinerImpl::visitAdd(BinaryOperator &I) {
18681868
if (Instruction *Res = foldBinOpOfSelectAndCastOfSelectCondition(I))
18691869
return Res;
18701870

1871-
// Re-enqueue the induction variable of add recurrence if we infer new
1872-
// nuw/nsw flags.
1871+
// Re-enqueue users of the induction variable of add recurrence if we infer
1872+
// new nuw/nsw flags.
18731873
if (Changed) {
18741874
PHINode *PHI;
18751875
Value *Start, *Step;

0 commit comments

Comments
 (0)