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)
commitc416795feaaa2052f7b46fa7a3f9b6ec3751b1eb
treea480d12bd585e710db7b7c25f37ec10eac7ce1cd
parent432e606cf126e38f3f2a0a9f3348dfac34915bee
Remove the bitwise assignment 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@165895 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
lib/Transforms/IPO/PruneEH.cpp
lib/Transforms/Scalar/ObjCARC.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/VMCore/Attributes.cpp
lib/VMCore/Core.cpp
lib/VMCore/Function.cpp
lib/VMCore/Instructions.cpp