From: Manman Ren Date: Thu, 31 Oct 2013 17:25:22 +0000 (+0000) Subject: Cleanup: update comments. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aa8c95ec289bc14351bc7597d5c9251ce6f98c14;p=oota-llvm.git Cleanup: update comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193773 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/Instructions.h b/include/llvm/IR/Instructions.h index 4c21bc01b13..da260fb181d 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");