Skip to content

Commit a96aa38

Browse files
committed
Refine the comment for createSimpleTargetReduction.
1 parent be39dca commit a96aa38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/VectorBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class VectorBuilder {
9999
const Twine &Name = Twine());
100100

101101
/// Emit a VP reduction intrinsic call for recurrence kind.
102-
/// \param RdxID The intrinsic id of llvm.vector.reduce.*
102+
/// \param RdxID The intrinsic ID of llvm.vector.reduce.*
103103
/// \param ValTy The type of operand which the reduction operation is
104104
/// performed.
105105
/// \param VecOpArray The operand list.

0 commit comments

Comments
 (0)