Skip to content

Commit 96f76b0

Browse files
committed
Fix comments format
1 parent 801cba2 commit 96f76b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/include/llvm/IR/VectorBuilder.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ class VectorBuilder {
9999
ArrayRef<Value *> VecOpArray,
100100
const Twine &Name = Twine());
101101

102-
// Emit a VP reduction intrinsic call for recurrence \p Kind.
103-
// \p Kind The kind of recurrence
104-
// \p ValTy The type of operand which the reduction operation is
105-
// performed.
106-
// \p VecOpArray The operand list.
102+
/// Emit a VP reduction intrinsic call for recurrence kind.
103+
/// \param Kind The kind of recurrence
104+
/// \param ValTy The type of operand which the reduction operation is
105+
/// performed.
106+
/// \param VecOpArray The operand list.
107107
Value *createSimpleTargetReduction(RecurKind Kind, Type *ValTy,
108108
ArrayRef<Value *> VecOpArray,
109109
const Twine &Name = Twine());

0 commit comments

Comments
 (0)