Skip to content

Commit 165f0bc

Browse files
committed
Fix comment for getForIntrinsic.
1 parent ebb2070 commit 165f0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/IntrinsicInst.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ class VPIntrinsic : public IntrinsicInst {
569569
/// The llvm.vp.* intrinsics for this instruction Opcode
570570
static Intrinsic::ID getForOpcode(unsigned OC);
571571

572-
/// The llvm.vp.reduce.* intrinsics for this intrinsic.
572+
/// The llvm.vp.* intrinsics for this intrinsic ID.
573573
static Intrinsic::ID getForIntrinsic(Intrinsic::ID);
574574

575575
// Whether \p ID is a VP intrinsic ID.

0 commit comments

Comments
 (0)