Skip to content

Commit fa84b66

Browse files
committed
nfc, refine comment
1 parent 9160fbb commit fa84b66

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
@@ -2578,7 +2578,7 @@ class LLVM_ABI_FOR_TEST VPInterleaveRecipe final : public VPInterleaveBase {
25782578

25792579
/// A recipe for interleaved access operations with vector-predication
25802580
/// intrinsics. The first operand is the address, the second operand is the
2581-
/// explicit vector length . Stored values and mask are optional operands.
2581+
/// explicit vector length. Stored values and mask are optional operands.
25822582
class LLVM_ABI_FOR_TEST VPInterleaveEVLRecipe final : public VPInterleaveBase {
25832583
public:
25842584
VPInterleaveEVLRecipe(VPInterleaveRecipe &R, VPValue &EVL, VPValue *Mask)

0 commit comments

Comments
 (0)