Cleanup: update comments.
authorManman Ren <manman.ren@gmail.com>
Thu, 31 Oct 2013 17:25:22 +0000 (17:25 +0000)
committerManman Ren <manman.ren@gmail.com>
Thu, 31 Oct 2013 17:25:22 +0000 (17:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193773 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Instructions.h

index 4c21bc01b13b8bb1de2755427ac6841bbf6b7a18..da260fb181d3eb25a109562639e298b50db95ba7 100644 (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");