summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-04-02 15:05:18 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-04-02 15:05:18 +0000
commit2f181584cbd795bc9cc7cb6a67d6b7811395fabd (patch)
tree33253c8627e787d5d9e81acdf81a073c99735437 /llvm
parent7fc08a8117b55fe2534173e85d8db038846a7741 (diff)
downloadbcm5719-llvm-2f181584cbd795bc9cc7cb6a67d6b7811395fabd.tar.gz
bcm5719-llvm-2f181584cbd795bc9cc7cb6a67d6b7811395fabd.zip
APInt.h: Prune \param(s) in \returns. [-Wdocumentation]
llvm-svn: 299334
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/ADT/APInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/APInt.h b/llvm/include/llvm/ADT/APInt.h
index 56d5777288e..683d4e1cc13 100644
--- a/llvm/include/llvm/ADT/APInt.h
+++ b/llvm/include/llvm/ADT/APInt.h
@@ -1937,7 +1937,7 @@ inline bool isShiftedMask(const APInt &APIVal) {
/// This function returns the greatest common divisor of the two APInt values
/// using Euclid's algorithm.
///
-/// \returns the greatest common divisor of \param A and \param B.
+/// \returns the greatest common divisor of A and B.
APInt GreatestCommonDivisor(APInt A, APInt B);
/// \brief Converts the given APInt to a double value.
OpenPOWER on IntegriCloud