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)
commit6eaab61bb5b85922e3a0f027307e4e273d3c649d
treeb4eda80fb2ea9e3ef22f4afee89214e16af3468c
parentcc1fc9465bf9ea6561e5142db67fae77a352064d
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.

llvm-svn: 173600
llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp