Skip to content

Commit 59545b9

Browse files
committed
Format comment
1 parent f99cbd4 commit 59545b9

File tree

1 file changed

+2
-2
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2426,8 +2426,8 @@ class VPReductionRecipe : public VPRecipeWithIRFlags {
24262426
/// divided by.
24272427
/// For outer-loop reductions this is equal to 1.
24282428
/// For in-loop reductions this is equal to 0, to specify that this is equal
2429-
/// to the VF (which may not be known yet). For partial-reductions this is
2430-
/// equal to another scalar value.
2429+
/// to the VF (which may not be known yet).
2430+
/// For partial-reductions this is equal to another scalar value.
24312431
unsigned VFScaleFactor;
24322432

24332433
protected:

0 commit comments

Comments
 (0)