diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-08 02:04:18 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-08 02:04:18 +0000 |
| commit | 40da2679767e1b4603f95879fb2d2b413a1d08c8 (patch) | |
| tree | 31846b174f5a9228a8bdad22f81ec6d2188d1fbb /llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | |
| parent | 274a845e0093525c7b9ad76999b09f470bce2696 (diff) | |
| download | bcm5719-llvm-40da2679767e1b4603f95879fb2d2b413a1d08c8.tar.gz bcm5719-llvm-40da2679767e1b4603f95879fb2d2b413a1d08c8.zip | |
AArch64InstrInfo.cpp: Fix \param(s). [-Wdocumentation]
llvm-svn: 215180
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64InstrInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp index e9fecbf81d7..1ee84f927ee 100644 --- a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp +++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp @@ -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. |

