From ae1dd58e054e44230ecf3f9eb3ab2363ecf1926c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 4 May 2017 02:01:18 +0000 Subject: [PATCH] llvm/IR/Function.h: Prune an obsolete @param in r302060. [-Wdocumentation] llvm-svn: 302106 --- llvm/include/llvm/IR/Function.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/include/llvm/IR/Function.h b/llvm/include/llvm/IR/Function.h index f9582f51ca8d..c12a125b6352 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);