summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-05-04 02:01:18 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-05-04 02:01:18 +0000
commitae1dd58e054e44230ecf3f9eb3ab2363ecf1926c (patch)
treeaf6f27ceea6945f4a264e6d985104a41582d7db4
parent6081edc9d08555364786407e7c0be116b1332080 (diff)
downloadbcm5719-llvm-ae1dd58e054e44230ecf3f9eb3ab2363ecf1926c.tar.gz
bcm5719-llvm-ae1dd58e054e44230ecf3f9eb3ab2363ecf1926c.zip
llvm/IR/Function.h: Prune an obsolete @param in r302060. [-Wdocumentation]
llvm-svn: 302106
-rw-r--r--llvm/include/llvm/IR/Function.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Function.h b/llvm/include/llvm/IR/Function.h
index f9582f51ca8..c12a125b635 100644
--- a/llvm/include/llvm/IR/Function.h
+++ b/llvm/include/llvm/IR/Function.h
@@ -466,7 +466,6 @@ public:
/// @brief Determine if the parameter or return value is marked with NoAlias
/// attribute.
- /// @param n The parameter to check. 1 is the first parameter, 0 is the return
bool returnDoesNotAlias() const {
return AttributeSets.hasAttribute(AttributeList::ReturnIndex,
Attribute::NoAlias);
OpenPOWER on IntegriCloud