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 | a4290bed8143a014971f9efe0b7da348fbef56c2 (patch) | |
| tree | 5506056af84127e768e9632000543065b406b878 | |
| parent | f5fa53882fe3d463821a8c0932666fa1dcb6faa2 (diff) | |
| download | bcm5719-llvm-a4290bed8143a014971f9efe0b7da348fbef56c2.tar.gz bcm5719-llvm-a4290bed8143a014971f9efe0b7da348fbef56c2.zip | |
Cleanup: update comments.
llvm-svn: 193773
| -rw-r--r-- | llvm/include/llvm/IR/Instructions.h | 2 |
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"); |

