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)
commit432e606cf126e38f3f2a0a9f3348dfac34915bee
tree57efcbb5f08e77477c2260edfd07d6a0de886e10
parent3756e70af69096a82b367ee9667e7720ca2201e4
Remove the bitwise OR 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@165894 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
lib/VMCore/Attributes.cpp