From 4f8cb33c7a6ed7c2bf70b944bad5cd5b13d69c98 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 8 Aug 2014 02:04:18 +0000 Subject: [PATCH] AArch64InstrInfo.cpp: Fix \param(s). [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215180 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AArch64/AArch64InstrInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/AArch64/AArch64InstrInfo.cpp b/lib/Target/AArch64/AArch64InstrInfo.cpp index e9fecbf81d7..1ee84f927ee 100644 --- a/lib/Target/AArch64/AArch64InstrInfo.cpp +++ b/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. -- 2.34.1