summaryrefslogtreecommitdiffstats
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
commita4290bed8143a014971f9efe0b7da348fbef56c2 (patch)
tree5506056af84127e768e9632000543065b406b878
parentf5fa53882fe3d463821a8c0932666fa1dcb6faa2 (diff)
downloadbcm5719-llvm-a4290bed8143a014971f9efe0b7da348fbef56c2.tar.gz
bcm5719-llvm-a4290bed8143a014971f9efe0b7da348fbef56c2.zip
Cleanup: update comments.
llvm-svn: 193773
-rw-r--r--llvm/include/llvm/IR/Instructions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Instructions.h b/llvm/include/llvm/IR/Instructions.h
index 4c21bc01b13..da260fb181d 100644
--- a/llvm/include/llvm/IR/Instructions.h
+++ b/llvm/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");
OpenPOWER on IntegriCloud