Skip to content

Commit 33df4ac

Browse files
committed
[VPlan] Grammar fix
1 parent 8f18d73 commit 33df4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bool onlyFirstLaneUsed(const VPValue *Def);
2525
/// Returns true if only the first part of \p Def is used.
2626
bool onlyFirstPartUsed(const VPValue *Def);
2727

28-
/// Returns true if only scalar values of \p Def is used by all users.
28+
/// Returns true if only scalar values of \p Def are used by all users.
2929
bool onlyScalarValuesUsed(const VPValue *Def);
3030

3131
/// Get or create a VPValue that corresponds to the expansion of \p Expr. If \p

0 commit comments

Comments
 (0)