[llvm] r193773 - Cleanup: update comments.

Manman Ren manman.ren at gmail.com
Thu Oct 31 10:25:22 PDT 2013


Author: mren
Date: Thu Oct 31 12:25:22 2013
New Revision: 193773

URL: http://llvm.org/viewvc/llvm-project?rev=193773&view=rev
Log:
Cleanup: update comments.

Modified:
    llvm/trunk/include/llvm/IR/Instructions.h

Modified: llvm/trunk/include/llvm/IR/Instructions.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Instructions.h?rev=193773&r1=193772&r2=193773&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Instructions.h (original)
+++ llvm/trunk/include/llvm/IR/Instructions.h Thu Oct 31 12:25:22 2013
@@ -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");





More information about the llvm-commits mailing list