Skip to content

Commit 7fc4859

Browse files
committed
clang-format
1 parent 0f8b4f6 commit 7fc4859

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2525,7 +2525,6 @@ void VPlanTransforms::convertToConcreteRecipes(VPlan &Plan,
25252525
for (VPRecipeBase *R : PointerIVs)
25262526
R->moveBefore(*VPBB, VPBB->getFirstNonPhi());
25272527

2528-
25292528
for (VPRecipeBase &R : make_early_inc_range(*VPBB)) {
25302529
if (isa<VPCanonicalIVPHIRecipe, VPEVLBasedIVPHIRecipe>(&R)) {
25312530
auto *PhiR = cast<VPHeaderPHIRecipe>(&R);

0 commit comments

Comments
 (0)