diff options
author | Manman Ren <manman.ren@gmail.com> | 2013-10-31 17:25:22 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2013-10-31 17:25:22 +0000 |
commit | aa8c95ec289bc14351bc7597d5c9251ce6f98c14 (patch) | |
tree | d7f8453611b03702ebbc2f012919e6eaf3b54486 /include/llvm | |
parent | bc5e25ddef214e8bebf04bd7abeffade2f21dc4e (diff) | |
download | external_llvm-aa8c95ec289bc14351bc7597d5c9251ce6f98c14.zip external_llvm-aa8c95ec289bc14351bc7597d5c9251ce6f98c14.tar.gz external_llvm-aa8c95ec289bc14351bc7597d5c9251ce6f98c14.tar.bz2 |
Cleanup: update comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/IR/Instructions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/Instructions.h b/include/llvm/IR/Instructions.h index 4c21bc0..da260fb 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"); |