Skip to content

Commit 3638810

Browse files
lukel97fhahn
andauthored
Add . to comment
Co-authored-by: Florian Hahn <[email protected]>
1 parent e51abd6 commit 3638810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ static void transformRecipestoEVLRecipes(VPlan &Plan, VPValue &EVL) {
15681568
CurVPV->replaceAllUsesWith(NewRecipe->getVPSingleValue());
15691569
}
15701570
// Defer erasing recipes till the end so that we don't invalidate the
1571-
// VPTypeAnalysis cache
1571+
// VPTypeAnalysis cache.
15721572
ToErase.push_back(CurRecipe);
15731573
}
15741574
}

0 commit comments

Comments
 (0)