Remove the bitwise XOR operator from the Attributes class. Replace it with the equiva...
authorBill Wendling <isanbard@gmail.com>
Sun, 14 Oct 2012 06:56:13 +0000 (06:56 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 14 Oct 2012 06:56:13 +0000 (06:56 +0000)
commita05b043c4a44abfff773134aa48e8bbd69f36d42
treef68f65777dd8e4a57cf02bc3b9496822e7468dc5
parent85a64c217f5fec92934ad3a12c5c8ebcc8f1fd9f
Remove the bitwise XOR operator from the Attributes class. Replace it with the equivalent from the builder class.

llvm-svn: 165893
llvm/include/llvm/Attributes.h
llvm/lib/CodeGen/Analysis.cpp
llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp
llvm/lib/VMCore/Attributes.cpp