GlobalISel: Fix parameter name in documentation

llvm-svn: 353078
This commit is contained in:
Matt Arsenault 2019-02-04 19:16:58 +00:00
parent 8121ec26c0
commit d7fa13c121
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ public:
MachineInstrBuilder buildBuildVector(const DstOp &Res, MachineInstrBuilder buildBuildVector(const DstOp &Res,
ArrayRef<unsigned> Ops); ArrayRef<unsigned> Ops);
/// Build and insert \p Res = G_BUILD_VECTOR with \p Src0 replicated to fill /// Build and insert \p Res = G_BUILD_VECTOR with \p Src replicated to fill
/// the number of elements /// the number of elements
MachineInstrBuilder buildSplatVector(const DstOp &Res, MachineInstrBuilder buildSplatVector(const DstOp &Res,
const SrcOp &Src); const SrcOp &Src);