From c46e6a5940c50058e00c0c5f9123fd82e338d29a Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 8 May 2017 17:12:57 +0000 Subject: Vendor import of llvm trunk r302418: https://llvm.org/svn/llvm-project/llvm/trunk@302418 --- include/llvm/IR/Function.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/llvm/IR/Function.h') diff --git a/include/llvm/IR/Function.h b/include/llvm/IR/Function.h index f9582f51ca8d4..c12a125b63526 100644 --- a/include/llvm/IR/Function.h +++ b/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); -- cgit v1.2.3