From aa8c95ec289bc14351bc7597d5c9251ce6f98c14 Mon Sep 17 00:00:00 2001 From: Manman Ren Date: Thu, 31 Oct 2013 17:25:22 +0000 Subject: Cleanup: update comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193773 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Instructions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/llvm/IR/Instructions.h b/include/llvm/IR/Instructions.h index 4c21bc01b1..da260fb181 100644 --- a/include/llvm/IR/Instructions.h +++ b/include/llvm/IR/Instructions.h @@ -2912,7 +2912,7 @@ public: /// removeAttribute - removes the attribute from the list of attributes. void removeAttribute(unsigned i, Attribute attr); - /// \brief Determine whether this call has the NoAlias attribute. + /// \brief Determine whether this call has the given attribute. bool hasFnAttr(Attribute::AttrKind A) const { assert(A != Attribute::NoBuiltin && "Use CallInst::isNoBuiltin() to check for Attribute::NoBuiltin"); -- cgit v1.2.3