Remove the bitwise OR operator from the Attributes class. Replace it with the equival...
authorBill Wendling <isanbard@gmail.com>
Sun, 14 Oct 2012 07:17:34 +0000 (07:17 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 14 Oct 2012 07:17:34 +0000 (07:17 +0000)
commit5c407ed3abe87ed91d7c4a019df15c79084ac845
tree8e85cb9525b43bf93f05a6f5bb6003aae8cce3b3
parenta05b043c4a44abfff773134aa48e8bbd69f36d42
Remove the bitwise OR operator from the Attributes class. Replace it with the equivalent from the builder class.

llvm-svn: 165894
llvm/include/llvm/Attributes.h
llvm/lib/VMCore/Attributes.cpp