Remove the last of uses that use the Attribute object as a collection of attributes.
authorBill Wendling <isanbard@gmail.com>
Wed, 23 Jan 2013 06:14:59 +0000 (06:14 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 23 Jan 2013 06:14:59 +0000 (06:14 +0000)
commit49bc76cbb3072c077f684e93904df8bb46803210
treea3a33d3d9c71bc02a6b9c69506a9904e0eba2b71
parentc77c8e95e3f3a3f9161da179abf4b59f5dc78e74
Remove the last of uses that use the Attribute object as a collection of attributes.

Collections of attributes are handled via the AttributeSet class now. This
finally frees us up to make significant changes to how attributes are structured.

llvm-svn: 173228
llvm/include/llvm/IR/Argument.h
llvm/include/llvm/IR/Attributes.h
llvm/lib/IR/Attributes.cpp
llvm/lib/IR/Core.cpp
llvm/lib/IR/Function.cpp
llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
llvm/lib/Transforms/IPO/FunctionAttrs.cpp
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/lib/Transforms/Utils/CloneFunction.cpp