For PR1297:
authorReid Spencer <rspencer@reidspencer.com>
Sun, 1 Apr 2007 07:25:33 +0000 (07:25 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 1 Apr 2007 07:25:33 +0000 (07:25 +0000)
commit1437a0976567810c2930218b1ba582820150b05c
treeda7d31bba3c70739b01abae4501b57e9b1511c1f
parent559d77afb30b72e6e62cec89def71a04b7504b11
For PR1297:
Implement "actual" argument types for the Intrinsic member functions. This
involves changing the getName, getType, and getDeclaration methods to have
optional parameters for the actual types. These are necessary in order for
the type/name to be constructed properly for overloaded intrinsics. Only
the caller knows the actual argument types desired.

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