Minor cleanup of Attribute code. NFC.
[oota-llvm.git] / include / llvm / IR / Attributes.h
index 286a6dae37d84f4632433756372f256ed37b39d2..3c108861863237bc6cb9c73f0667302c4bb095d5 100644 (file)
@@ -139,11 +139,11 @@ public:
   unsigned getStackAlignment() const;
 
   /// \brief Returns the number of dereferenceable bytes from the
-  /// dereferenceable attribute (or zero if unknown).
+  /// dereferenceable attribute.
   uint64_t getDereferenceableBytes() const;
 
   /// \brief Returns the number of dereferenceable_or_null bytes from the
-  /// dereferenceable_or_null attribute (or zero if unknown).
+  /// dereferenceable_or_null attribute.
   uint64_t getDereferenceableOrNullBytes() const;
 
   /// \brief The Attribute is converted to a string of equivalent mnemonic. This