Use the AttributeSet instead of AttributeWithIndex.
authorBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2013 03:25:05 +0000 (03:25 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2013 03:25:05 +0000 (03:25 +0000)
commite3617247a0cbaf0d108ae22428c2a8fb47c257e6
tree87aad6b5b71a89c2500156e2d5edee05b64d6ea8
parenta1683d6c4835c953bbab12f54b70b9a75cfe01f4
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@173606 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/IntrinsicEmitter.cpp