Get rid of the 'Bits' mask in the attribute builder.
authorBill Wendling <isanbard@gmail.com>
Fri, 4 Jan 2013 23:27:34 +0000 (23:27 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 4 Jan 2013 23:27:34 +0000 (23:27 +0000)
commit0319888773b36dd61d7d2283cb9a26cac1e5abe8
tree200ce78913479ff34fb7ddeac74fce2629070946
parent73c35d86b9d5236be5b3f49bc8df11008b96636e
Get rid of the 'Bits' mask in the attribute builder.

The bit mask thing will be a thing of the past. It's not extensible enough. Get
rid of its use here. Opt instead for using a vector to hold the attributes.

Note: Some of this code will become obsolete once the rewrite is further along.

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