We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a3d46 commit 1faa3bdCopy full SHA for 1faa3bd
llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp
@@ -1280,7 +1280,7 @@ Value *SCEVExpander::visitAddRecExpr(const SCEVAddRecExpr *S) {
1280
return V;
1281
}
1282
1283
- // If there S is expanded outside the defining loop, check if there is a
+ // If S is expanded outside the defining loop, check if there is a
1284
// matching LCSSA phi node for it.
1285
if (Value *V = tryToReuseLCSSAPhi(S))
1286
0 commit comments