[llvm] r215180 - AArch64InstrInfo.cpp: Fix \param(s). [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Thu Aug 7 19:04:18 PDT 2014
Author: chapuni
Date: Thu Aug 7 21:04:18 2014
New Revision: 215180
URL: http://llvm.org/viewvc/llvm-project?rev=215180&view=rev
Log:
AArch64InstrInfo.cpp: Fix \param(s). [-Wdocumentation]
Modified:
llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp
Modified: llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp?rev=215180&r1=215179&r2=215180&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp Thu Aug 7 21:04:18 2014
@@ -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(MachineFunc
/// ==> 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.
More information about the llvm-commits
mailing list