Skip to content

Commit 8c815fb

Browse files
committed
!fixup remove stray ;
1 parent f25fd0b commit 8c815fb

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
@@ -9019,7 +9019,6 @@ LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(VFRange &Range) {
90199019
// induction increment will not overflow as the vector trip count is >=
90209020
// increment and a multiple of the increment.
90219021
bool HasNUW = !IVUpdateMayOverflow || Style == TailFoldingStyle::None;
9022-
;
90239022
addCanonicalIVRecipes(*Plan, Legal->getWidestInductionType(), HasNUW, DL);
90249023

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

0 commit comments

Comments
 (0)