Remove the bitwise assignment OR operator from the Attributes class. Replace it with...
authorBill Wendling <isanbard@gmail.com>
Sun, 14 Oct 2012 07:35:59 +0000 (07:35 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 14 Oct 2012 07:35:59 +0000 (07:35 +0000)
commit722b26c0f2302bf64207e9f366b8af61e50bbdc9
treefedb0e631a962eea4a45d46d77426da2c834591f
parent5c407ed3abe87ed91d7c4a019df15c79084ac845
Remove the bitwise assignment OR operator from the Attributes class. Replace it with the equivalent from the builder class.

llvm-svn: 165895
llvm/include/llvm/Attributes.h
llvm/lib/Transforms/IPO/PruneEH.cpp
llvm/lib/Transforms/Scalar/ObjCARC.cpp
llvm/lib/Transforms/Utils/CloneFunction.cpp
llvm/lib/VMCore/Attributes.cpp
llvm/lib/VMCore/Core.cpp
llvm/lib/VMCore/Function.cpp
llvm/lib/VMCore/Instructions.cpp