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)
commitd2e493bb6596619d47476820a0864e933a7c53b0
tree6404723ae7255a5672b6b05f1de35b6d6e9127ce
parentbe8229c8c0d3711942be72d38a2f59d0ee985520
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.

llvm-svn: 173310
llvm/include/llvm/IR/Attributes.h
llvm/lib/IR/AttributeImpl.h
llvm/lib/IR/Attributes.cpp
llvm/lib/IR/LLVMContextImpl.h