diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-01-31 06:22:35 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-01-31 06:22:35 +0000 |
| commit | d471863c1ef5e962919d774a30cac8a7ff0b2f3b (patch) | |
| tree | c0438201e63f447dfaa0fa72f5c64034db70201e /llvm/include | |
| parent | 4bca85204e95e4aedcc57e4fbedf48714adbe69e (diff) | |
| download | bcm5719-llvm-d471863c1ef5e962919d774a30cac8a7ff0b2f3b.tar.gz bcm5719-llvm-d471863c1ef5e962919d774a30cac8a7ff0b2f3b.zip | |
Remove the Attribute::hasAttributes() function.
That function doesn't make sense anymore because there's only one attribute per
Attribute object now.
llvm-svn: 174044
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/IR/Attributes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/IR/Attributes.h b/llvm/include/llvm/IR/Attributes.h index e854da7313e..3950d932201 100644 --- a/llvm/include/llvm/IR/Attributes.h +++ b/llvm/include/llvm/IR/Attributes.h @@ -129,9 +129,6 @@ public: /// \brief Return true if the attribute is present. bool hasAttribute(AttrKind Val) const; - /// \brief Return true if attributes exist - bool hasAttributes() const; - /// \brief Return the kind of this attribute. Constant *getAttributeKind() const; |

