aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-09 04:14:46 +0000
committerChris Lattner <sabre@nondot.org>2004-02-09 04:14:46 +0000
commite3235afe0905b2c642c1823cc4b1f8be6890ece7 (patch)
tree76816495dfcf47a095d89cca45fe5e98dbbd0249 /docs/ProgrammersManual.html
parentd5d89967206e1153d24abdb7b22002f7533f55c7 (diff)
downloadexternal_llvm-e3235afe0905b2c642c1823cc4b1f8be6890ece7.zip
external_llvm-e3235afe0905b2c642c1823cc4b1f8be6890ece7.tar.gz
external_llvm-e3235afe0905b2c642c1823cc4b1f8be6890ece7.tar.bz2
Method is gone
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11226 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r--docs/ProgrammersManual.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index dfd8a20..189895a 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -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