Create a new class: AttributeSetNode.
authorBill Wendling <isanbard@gmail.com>
Thu, 24 Jan 2013 00:06:56 +0000 (00:06 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 24 Jan 2013 00:06:56 +0000 (00:06 +0000)
commit3467e30edf63b6d8a8d446186674ba9e4b7885a9
treee4cd1b684be7e3a46852382a219a859d8d4217f6
parenta8ab5fc772e1eaaa1066d1c9c4135ac875d79365
Create a new class: AttributeSetNode.

This is a helper class for the AttributeSetImpl class. It holds a set of
attributes that apply to a single element: function, return type, or
parameter.

These are uniqued.

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