From: NAKAMURA Takumi Date: Thu, 14 Nov 2013 04:05:28 +0000 (+0000) Subject: R600/SIFixSGPRCopies.cpp: Fix \param to \return. [-Wdocumentation] X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e59daaa2b83ddb7b6c563e69ef9ae5d67d3a8e07;p=oota-llvm.git R600/SIFixSGPRCopies.cpp: Fix \param to \return. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194662 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/SIFixSGPRCopies.cpp b/lib/Target/R600/SIFixSGPRCopies.cpp index 446a9f7b791..b518260700f 100644 --- a/lib/Target/R600/SIFixSGPRCopies.cpp +++ b/lib/Target/R600/SIFixSGPRCopies.cpp @@ -127,7 +127,7 @@ static bool hasVGPROperands(const MachineInstr &MI, const SIRegisterInfo *TRI) { /// 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,