Skip to content

Commit 389b9e5

Browse files
committed
nfc, refine comment
1 parent ca5ec88 commit 389b9e5

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

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

0 commit comments

Comments
 (0)