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)
commit28d65722d6f283b327b5815914382077fe9c0ab4
tree2edfbefbb4ed020a14b308718f9ccecebfaa0c6b
parentd3afa9be99e504350582f08ffc4cd05cf928db6a
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173228 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Argument.h
include/llvm/IR/Attributes.h
lib/IR/Attributes.cpp
lib/IR/Core.cpp
lib/IR/Function.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/Utils/CloneFunction.cpp