diff options
author | George Burgess IV <george.burgess.iv@gmail.com> | 2015-12-16 05:21:02 +0000 |
---|---|---|
committer | George Burgess IV <george.burgess.iv@gmail.com> | 2015-12-16 05:21:02 +0000 |
commit | 500d3039d7595ff26bebf2b500677fa6d03549a3 (patch) | |
tree | a85a60d35d89e46b445b905d636c157f981616ff /llvm/include | |
parent | 3e0da9de771b1310cd8992afb31e96315db9afa0 (diff) | |
download | bcm5719-llvm-500d3039d7595ff26bebf2b500677fa6d03549a3.tar.gz bcm5719-llvm-500d3039d7595ff26bebf2b500677fa6d03549a3.zip |
Minor cleanup of Attribute code. NFC.
llvm-svn: 255751
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/IR/Attributes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/IR/Attributes.h b/llvm/include/llvm/IR/Attributes.h index 286a6dae37d..3c108861863 100644 --- a/llvm/include/llvm/IR/Attributes.h +++ b/llvm/include/llvm/IR/Attributes.h @@ -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 |