Cleanup: update comments.

llvm-svn: 193773
This commit is contained in:
Manman Ren 2013-10-31 17:25:22 +00:00
parent f5fa53882f
commit a4290bed81
1 changed files with 1 additions and 1 deletions

View File

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