Skip to content

Commit 1faa3bd

Browse files
committed
!fixup adjust comment, thanks
1 parent 01a3d46 commit 1faa3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) {
12801280
return V;
12811281
}
12821282

1283-
// If there S is expanded outside the defining loop, check if there is a
1283+
// If S is expanded outside the defining loop, check if there is a
12841284
// matching LCSSA phi node for it.
12851285
if (Value *V = tryToReuseLCSSAPhi(S))
12861286
return V;

0 commit comments

Comments
 (0)