Skip to content

Commit 925ec82

Browse files
committed
!fixup remove stray ;
1 parent 3fb4487 commit 925ec82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9081,7 +9081,6 @@ LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(VFRange &Range) {
90819081
// induction increment will not overflow as the vector trip count is >=
90829082
// increment and a multiple of the increment.
90839083
bool HasNUW = !IVUpdateMayOverflow || Style == TailFoldingStyle::None;
9084-
;
90859084
addCanonicalIVRecipes(*Plan, Legal->getWidestInductionType(), HasNUW, DL);
90869085

90879086
VPRecipeBuilder RecipeBuilder(*Plan, OrigLoop, TLI, Legal, CM, PSE, Builder);

0 commit comments

Comments
 (0)