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)
commit3756e70af69096a82b367ee9667e7720ca2201e4
tree29f303e2220864bbb1ac363d36d47996f572b102
parent5886b7bfc82385dfd35b7602304c86075e1d72e6
Remove the bitwise XOR operator from the Attributes class. Replace it with the equivalent from the builder class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165893 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
lib/CodeGen/Analysis.cpp
lib/Transforms/Scalar/CodeGenPrepare.cpp
lib/VMCore/Attributes.cpp