summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-01-31 06:22:35 +0000
committerBill Wendling <isanbard@gmail.com>2013-01-31 06:22:35 +0000
commit82aea644c6d2a21464958fe2e3a1cd0f6bfc82db (patch)
tree752a8fe0eb203aa79a199de2866df8aaf300ca1a /include
parentf5735888d54875a4909930126a03f6a1d9efb529 (diff)
downloadllvm-82aea644c6d2a21464958fe2e3a1cd0f6bfc82db.tar.gz
llvm-82aea644c6d2a21464958fe2e3a1cd0f6bfc82db.tar.bz2
llvm-82aea644c6d2a21464958fe2e3a1cd0f6bfc82db.tar.xz
Remove the Attribute::hasAttributes() function.
That function doesn't make sense anymore because there's only one attribute per Attribute object now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174044 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/IR/Attributes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/IR/Attributes.h b/include/llvm/IR/Attributes.h
index e854da7313..3950d93220 100644
--- a/include/llvm/IR/Attributes.h
+++ b/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;