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)
commit4d3491cbea92a0e6fe85e86aba28d8bb62d896a8
tree109b881e226a5f966613db33dc501e76aec38fbe
parent290d952bb47e90cc742ff4c2138c5c85c84e4726
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: 173606
llvm/utils/TableGen/IntrinsicEmitter.cpp