Skip to content

Commit 7b9f540

Browse files
committed
[NFC][IndVarS] Adjust a comment
(test commit)
1 parent 72a21ad commit 7b9f540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/IndVarSimplify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2943,7 +2943,7 @@ bool IndVarSimplify::predicateLoopExits(Loop *L, SCEVExpander &Rewriter) {
29432943
// varying check.
29442944
Rewriter.setInsertPoint(L->getLoopPreheader()->getTerminator());
29452945
IRBuilder<> B(L->getLoopPreheader()->getTerminator());
2946-
Value *ExactBTCV = nullptr; //lazy generated if needed
2946+
Value *ExactBTCV = nullptr; // Lazily generated if needed.
29472947
for (BasicBlock *ExitingBB : ExitingBlocks) {
29482948
const SCEV *ExitCount = SE->getExitCount(L, ExitingBB);
29492949

0 commit comments

Comments
 (0)