llvm/IR/Function.h: Prune an obsolete @param in r302060. [-Wdocumentation]

llvm-svn: 302106
This commit is contained in:
NAKAMURA Takumi 2017-05-04 02:01:18 +00:00
parent 6081edc9d0
commit ae1dd58e05
1 changed files with 0 additions and 1 deletions

View File

@ -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);