Skip to content

Commit 21a2bb7

Browse files
committed
Update comment
1 parent f79f490 commit 21a2bb7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2203,7 +2203,7 @@ class VPWidenPointerInductionRecipe : public VPWidenInductionRecipe,
22032203

22042204
public:
22052205
/// Create a new VPWidenPointerInductionRecipe for \p Phi with start value \p
2206-
/// Start.
2206+
/// Start and VF \p VF.
22072207
VPWidenPointerInductionRecipe(PHINode *Phi, VPValue *Start, VPValue *Step,
22082208
VPValue *VF, const InductionDescriptor &IndDesc,
22092209
bool IsScalarAfterVectorization, DebugLoc DL)

0 commit comments

Comments
 (0)