Skip to content

Commit aa6ada6

Browse files
committed
Update a comment
1 parent c77a535 commit aa6ada6

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

0 commit comments

Comments
 (0)