Remove the bitwise NOT operator from the Attributes class. Replace it with the equiva...
authorBill Wendling <isanbard@gmail.com>
Sun, 14 Oct 2012 06:39:53 +0000 (06:39 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 14 Oct 2012 06:39:53 +0000 (06:39 +0000)
commit5886b7bfc82385dfd35b7602304c86075e1d72e6
treeb818eb58d9335787f839a6e1757f5350185bb157
parenta19a53065fcaa6fafce902efde38fcae7b0bdea4
Remove the bitwise NOT 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@165892 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/VMCore/Attributes.cpp
lib/VMCore/Core.cpp
lib/VMCore/Function.cpp
lib/VMCore/Instructions.cpp