[llvm-commits] CVS: llvm/docs/ProgrammersManual.html

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 8 22:15:49 PST 2004


Changes in directory llvm/docs:

ProgrammersManual.html updated: 1.53 -> 1.54

---
Log message:

Method is gone


---
Diffs of the changes:  (+1 -3)

Index: llvm/docs/ProgrammersManual.html
diff -u llvm/docs/ProgrammersManual.html:1.53 llvm/docs/ProgrammersManual.html:1.54
--- llvm/docs/ProgrammersManual.html:1.53	Wed Jan 14 18:14:41 2004
+++ llvm/docs/ProgrammersManual.html	Sun Feb  8 22:14:46 2004
@@ -1793,8 +1793,6 @@
           function</li>
           <li><tt> const Type * getReturnType() const</tt>: Returns the
           return type of the function.</li>
-          <li><tt> const ParamTypes &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
@@ -1831,7 +1829,7 @@
   <a href="mailto:dhurjati at cs.uiuc.edu">Dinakar Dhurjati</a> and
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/01/15 00:14:41 $
+  Last modified: $Date: 2004/02/09 04:14:46 $
 </address>
 
 </body>





More information about the llvm-commits mailing list