For PR1136:
authorReid Spencer <rspencer@reidspencer.com>
Sun, 22 Apr 2007 17:28:03 +0000 (17:28 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 22 Apr 2007 17:28:03 +0000 (17:28 +0000)
commitb90909e40536db17665727f5ca1c618e485464c3
tree770b735b61c9866050ceb8d3705dc80a582d70a8
parent7aaa4a5c09d7c9a53ccf2c856c8ba6fe31f14302
For PR1136:
Add reference counting to ParamAttrsList and make use of it in Function,
CallInst and InvokeInst classes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36346 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Function.h
include/llvm/Instructions.h
include/llvm/ParameterAttributes.h
lib/VMCore/Function.cpp
lib/VMCore/Instructions.cpp