For PR1146:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 9 Apr 2007 15:01:12 +0000 (15:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 9 Apr 2007 15:01:12 +0000 (15:01 +0000)
commit4746ecf16eeb5ff920672fdff1c0dd85594437ed
tree3325b29641ff0704e69a93a2994446de651e4ea4
parentefc366263659db05ddc5e14532946cb9213bcdd6
For PR1146:
* Add ParamAttrList pointers to Function and CallInst.
* Move the implementation of ParamAttrList from Type.cpp to Function.cpp

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