OSDN Git Service

Change the AttributeImpl to hold a single Constant* for the values.
authorBill Wendling <isanbard@gmail.com>
Fri, 1 Feb 2013 22:32:30 +0000 (22:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 1 Feb 2013 22:32:30 +0000 (22:32 +0000)
commit5a4041e7282ca1dba93fe1a97c8260c0ef621f5d
tree9935c2330dd4c2bbd88aaee9bc89934b4ff61873
parent83474ee594b5b14e9071564814a90571805cc433
Change the AttributeImpl to hold a single Constant* for the values.

This Constant could be an aggregate to represent multiple values.

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