Rough out a new c'tor for the AttrBuilder class.
authorBill Wendling <isanbard@gmail.com>
Mon, 7 Jan 2013 08:24:35 +0000 (08:24 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 7 Jan 2013 08:24:35 +0000 (08:24 +0000)
commita90a99a82b9c5c39fc6dbee9c266dcd7b107fe2f
tree754eb87bfbea511e1762cce58b8f7f23efade2d6
parenta812641879b89d636bd2e72b0cba8c13d84be709
Rough out a new c'tor for the AttrBuilder class.

This c'tor takes the AttributeSet class as the parameter. It will eventually
grab the attributes from the specified index and create a new attribute builder
with those attributes.

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