forked from OSchip/llvm-project
GlobalISel: Fix parameter name in documentation
llvm-svn: 353078
This commit is contained in:
parent
8121ec26c0
commit
d7fa13c121
|
@ -711,7 +711,7 @@ public:
|
|||
MachineInstrBuilder buildBuildVector(const DstOp &Res,
|
||||
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
|
||||
MachineInstrBuilder buildSplatVector(const DstOp &Res,
|
||||
const SrcOp &Src);
|
||||
|
|
Loading…
Reference in New Issue