Add the integer value of the ConstantInt instead of the Constant* value.
authorBill Wendling <isanbard@gmail.com>
Wed, 9 Jan 2013 00:32:08 +0000 (00:32 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 9 Jan 2013 00:32:08 +0000 (00:32 +0000)
commitff887165bc221c0398c0d4404dc0b22de216dedf
tree646dc0a09c5a5d4f857013e15a8a22ac667ef7f9
parent935e35d2b9f889566207b76a7026b63a1619742c
Add the integer value of the ConstantInt instead of the Constant* value.

This is causing some problems. The root cause is unknown at this time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171923 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h [new file with mode: 0644]
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp