Skip to content

Commit 3898107

Browse files
committed
GlobalISel: Fix broken parameter documentation
1 parent fc48765 commit 3898107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ class MachineIRBuilder {
11811181
const SrcOp &Op0, const SrcOp &Op1,
11821182
std::optional<unsigned> Flags = std::nullopt);
11831183

1184-
/// Build and insert a \p Res = G_IS_FPCLASS \p Pred\p Src, \p Mask
1184+
/// Build and insert a \p Res = G_IS_FPCLASS \p Pred, \p Src, \p Mask
11851185
MachineInstrBuilder buildIsFPClass(const DstOp &Res, const SrcOp &Src,
11861186
unsigned Mask) {
11871187
return buildInstr(TargetOpcode::G_IS_FPCLASS, {Res},

0 commit comments

Comments
 (0)