Use the AttributeSet instead of AttributeWithIndex.
authorBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2013 01:44:34 +0000 (01:44 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2013 01:44:34 +0000 (01:44 +0000)
commitd04b2d45d97312475867d9f20724701267738240
treed859913805505070351317b77c9b722814e8463a
parent9a131c544cc06c46a3c39ed0c3e6d4311998b5f1
Use the AttributeSet instead of AttributeWithIndex.

In the future, AttributeWithIndex won't be used anymore. Besides, it exposes the
internals of the AttributeSet to outside users, which isn't goodness.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173600 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/DeadArgumentElimination.cpp