if functiontype is going to have a pointer to a paramattr object, it better
authorChris Lattner <sabre@nondot.org>
Fri, 4 May 2007 03:39:28 +0000 (03:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 4 May 2007 03:39:28 +0000 (03:39 +0000)
commit645fc4edc23930365595e3e4b3314db0433a8182
treed4b0f42f583b70072a292a14762c9ea24d4925f1
parente4b4394b2f53c6ee8690669164710b109274a574
if functiontype is going to have a pointer to a paramattr object, it better
be const.  The only way to get a pointer to these returns a const pointer.

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