Remove the AttributeWithIndex class.
authorBill Wendling <isanbard@gmail.com>
Mon, 28 Jan 2013 21:55:20 +0000 (21:55 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 28 Jan 2013 21:55:20 +0000 (21:55 +0000)
commit87e10dfefa94f77937c37b0eb51095540d675cbc
treefb23af640a619069bb117ebf009c1803bb97289d
parentc4e441804ebe5a2d0eadbd9b0840d4f1b12d5a6f
Remove the AttributeWithIndex class.

The AttributeWithIndex class exposed the interior structure of the AttributeSet
class. That was gross. Remove it and all of the code that relied upon it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173722 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Attributes.h
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp