summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-10-31 17:25:22 +0000
committerManman Ren <manman.ren@gmail.com>2013-10-31 17:25:22 +0000
commitaa8c95ec289bc14351bc7597d5c9251ce6f98c14 (patch)
treed7f8453611b03702ebbc2f012919e6eaf3b54486 /include
parentbc5e25ddef214e8bebf04bd7abeffade2f21dc4e (diff)
downloadllvm-aa8c95ec289bc14351bc7597d5c9251ce6f98c14.tar.gz
llvm-aa8c95ec289bc14351bc7597d5c9251ce6f98c14.tar.bz2
llvm-aa8c95ec289bc14351bc7597d5c9251ce6f98c14.tar.xz
Cleanup: update comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/IR/Instructions.h2
1 files changed, 1 insertions, 1 deletions
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");