summaryrefslogtreecommitdiff
path: root/include/llvm/Attributes.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-10-14 07:52:48 +0000
committerBill Wendling <isanbard@gmail.com>2012-10-14 07:52:48 +0000
commit1feacad0ca033e7e8f2f557a0d7fa5acc4076080 (patch)
tree5df17f7192f926f217cb89c5f224473820aa4dfc /include/llvm/Attributes.h
parentc416795feaaa2052f7b46fa7a3f9b6ec3751b1eb (diff)
downloadllvm-1feacad0ca033e7e8f2f557a0d7fa5acc4076080.tar.gz
llvm-1feacad0ca033e7e8f2f557a0d7fa5acc4076080.tar.bz2
llvm-1feacad0ca033e7e8f2f557a0d7fa5acc4076080.tar.xz
Remove the bitwise AND operators from the Attributes class. Replace it with the equivalent from the builder class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165896 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Attributes.h')
-rw-r--r--include/llvm/Attributes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h
index 08cfb86898..24d52bc46d 100644
--- a/include/llvm/Attributes.h
+++ b/include/llvm/Attributes.h
@@ -235,9 +235,6 @@ public:
return Attrs.Bits != A.Attrs.Bits;
}
- Attributes operator & (const Attributes &A) const;
- Attributes &operator &= (const Attributes &A);
-
uint64_t Raw() const;
/// @brief Which attributes cannot be applied to a type.