Remove the bitwise AND operators from the Attributes class. Replace it with the equiv...
authorBill Wendling <isanbard@gmail.com>
Sun, 14 Oct 2012 07:52:48 +0000 (07:52 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 14 Oct 2012 07:52:48 +0000 (07:52 +0000)
commit1feacad0ca033e7e8f2f557a0d7fa5acc4076080
tree5df17f7192f926f217cb89c5f224473820aa4dfc
parentc416795feaaa2052f7b46fa7a3f9b6ec3751b1eb
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
include/llvm/Attributes.h
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/VMCore/Attributes.cpp
lib/VMCore/Verifier.cpp