mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
AArch64InstrInfo.cpp: Fix \param(s). [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215180 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a6c15843dc
commit
4f8cb33c7a
@ -2409,7 +2409,7 @@ bool AArch64InstrInfo::hasPattern(
|
||||
/// ADD R,I,C
|
||||
/// ==> MADD R,A,B,C
|
||||
/// \param Root is the ADD instruction
|
||||
/// \param [out] InsInstr is a vector of machine instructions and will
|
||||
/// \param [out] InsInstrs is a vector of machine instructions and will
|
||||
/// contain the generated madd instruction
|
||||
/// \param IdxMulOpd is index of operand in Root that is the result of
|
||||
/// the MUL. In the example above IdxMulOpd is 1.
|
||||
@ -2444,7 +2444,7 @@ static MachineInstr *genMadd(MachineFunction &MF, MachineRegisterInfo &MRI,
|
||||
/// ==> ORR V, ZR, Imm
|
||||
/// ==> MADD R,A,B,V
|
||||
/// \param Root is the ADD instruction
|
||||
/// \param [out] InsInstr is a vector of machine instructions and will
|
||||
/// \param [out] InsInstrs is a vector of machine instructions and will
|
||||
/// contain the generated madd instruction
|
||||
/// \param IdxMulOpd is index of operand in Root that is the result of
|
||||
/// the MUL. In the example above IdxMulOpd is 1.
|
||||
|
Loading…
x
Reference in New Issue
Block a user