Use the AttributeSet instead of AttributeWithIndex.
authorBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2013 02:46:53 +0000 (02:46 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 27 Jan 2013 02:46:53 +0000 (02:46 +0000)
commit290d952bb47e90cc742ff4c2138c5c85c84e4726
treeaecccaa0d63672cb3f82b0ee7ccdd47cd1ebc078
parentf5075a4fe0b85bd24b49251ce2d01afca4351714
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: 173605
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CGCall.h
clang/lib/CodeGen/CodeGenModule.cpp