Use the AttributeSet instead of AttributeWithIndex.
authorBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2013 02:24:02 +0000 (02:24 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2013 02:24:02 +0000 (02:24 +0000)
commita1683d6c4835c953bbab12f54b70b9a75cfe01f4
tree2ccdc8622772a0e085facc20ff4ba475247152a0
parentac90696722bef3993e5fb9f72a6fa4209bbc8763
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@173603 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp