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)
commit85a64c217f5fec92934ad3a12c5c8ebcc8f1fd9f
treeb3996b19ecb4274aa9fc764b58c5a782261bf8f5
parent1fcc82225aef98314da4939f9c2c22f3a0af754c
Remove the bitwise NOT operator from the Attributes class. Replace it with the equivalent from the builder class.

llvm-svn: 165892
llvm/include/llvm/Attributes.h
llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
llvm/lib/Transforms/IPO/GlobalOpt.cpp
llvm/lib/VMCore/Attributes.cpp
llvm/lib/VMCore/Core.cpp
llvm/lib/VMCore/Function.cpp
llvm/lib/VMCore/Instructions.cpp