Skip to content

Commit 58d7419

Browse files
committed
Update a comment
1 parent 1083e95 commit 58d7419

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
@@ -2239,7 +2239,7 @@ class VPInterleaveRecipe : public VPRecipeBase {
22392239
/// a vector operand into a scalar value, and adding the result to a chain.
22402240
/// The Operands are {ChainOp, VecOp, [Condition]}.
22412241
class VPReductionRecipe : public VPRecipeWithIRFlags {
2242-
/// The recurrence decriptor for the reduction in question.
2242+
/// The recurrence kind for the reduction in question.
22432243
RecurKind RdxKind;
22442244
bool IsOrdered;
22452245
/// Whether the reduction is conditional.

0 commit comments

Comments
 (0)