[llvm] r194662 - R600/SIFixSGPRCopies.cpp: Fix \param to \return. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Wed Nov 13 20:05:29 PST 2013


Author: chapuni
Date: Wed Nov 13 22:05:28 2013
New Revision: 194662

URL: http://llvm.org/viewvc/llvm-project?rev=194662&view=rev
Log:
R600/SIFixSGPRCopies.cpp: Fix \param to \return. [-Wdocumentation]

Modified:
    llvm/trunk/lib/Target/R600/SIFixSGPRCopies.cpp

Modified: llvm/trunk/lib/Target/R600/SIFixSGPRCopies.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIFixSGPRCopies.cpp?rev=194662&r1=194661&r2=194662&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIFixSGPRCopies.cpp (original)
+++ llvm/trunk/lib/Target/R600/SIFixSGPRCopies.cpp Wed Nov 13 22:05:28 2013
@@ -127,7 +127,7 @@ static bool hasVGPROperands(const Machin
 
 /// This functions walks the use list of Reg until it finds an Instruction
 /// that isn't a COPY returns the register class of that instruction.
-/// \param[out] The register defined by the first non-COPY instruction.
+/// \return The register defined by the first non-COPY instruction.
 const TargetRegisterClass *SIFixSGPRCopies::inferRegClassFromUses(
                                                  const SIRegisterInfo *TRI,
                                                  const MachineRegisterInfo &MRI,





More information about the llvm-commits mailing list