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)
commit2a3c1cca7d2b21f7c1115b1aa3fea146ed229335
treefd6d481154d95d912c0bafcebd2ea0903efd08b5
parent722b26c0f2302bf64207e9f366b8af61e50bbdc9
Remove the bitwise AND operators from the Attributes class. Replace it with the equivalent from the builder class.

llvm-svn: 165896
llvm/include/llvm/Attributes.h
llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/lib/VMCore/Attributes.cpp
llvm/lib/VMCore/Verifier.cpp