Use the AttributeSet instead of AttributeWithIndex.
authorBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2013 02:08:22 +0000 (02:08 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2013 02:08:22 +0000 (02:08 +0000)
commitac90696722bef3993e5fb9f72a6fa4209bbc8763
treed34198a8746c2c1abaefc1861441ee84e87c09ca
parentb2484b4332ffe385421e338de21372ea8a9dc5cf
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@173602 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCalls.cpp