Method is gone

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-02-09 04:14:46 +00:00
parent d5d8996720
commit e3235afe09

View File

@ -1793,8 +1793,6 @@ elements in the array. </li>
function</li>
<li><tt> const Type * getReturnType() const</tt>: Returns the
return type of the function.</li>
<li><tt> const ParamTypes &amp;getParamTypes() const</tt>:
Returns a vector of parameter types.</li>
<li><tt>const Type * getParamType (unsigned i)</tt>: Returns
the type of the ith parameter.</li>
<li><tt> const unsigned getNumParams() const</tt>: Returns the