aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-11-14 04:05:28 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-11-14 04:05:28 +0000
commite59daaa2b83ddb7b6c563e69ef9ae5d67d3a8e07 (patch)
tree8352a23e4792f36d22270b398eab58a285bb8619
parentb502e097427e853122d899362ae0a6df3a44e682 (diff)
downloadexternal_llvm-e59daaa2b83ddb7b6c563e69ef9ae5d67d3a8e07.zip
external_llvm-e59daaa2b83ddb7b6c563e69ef9ae5d67d3a8e07.tar.gz
external_llvm-e59daaa2b83ddb7b6c563e69ef9ae5d67d3a8e07.tar.bz2
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
-rw-r--r--lib/Target/R600/SIFixSGPRCopies.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/SIFixSGPRCopies.cpp b/lib/Target/R600/SIFixSGPRCopies.cpp
index 446a9f7..b518260 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,