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

Christopher Lattner lattner at cs.uiuc.edu
Mon Sep 9 00:54:00 PDT 2002


Changes in directory llvm/www/docs:

ProgrammersManual.html updated: 1.13 -> 1.14

---
Log message:

Clean up the isa section stub.  It should not be listed twice


---
Diffs of the changes:

Index: llvm/www/docs/ProgrammersManual.html
diff -u llvm/www/docs/ProgrammersManual.html:1.13 llvm/www/docs/ProgrammersManual.html:1.14
--- llvm/www/docs/ProgrammersManual.html:1.13	Mon Sep  9 00:49:39 2002
+++ llvm/www/docs/ProgrammersManual.html	Mon Sep  9 00:53:21 2002
@@ -12,7 +12,8 @@
   <li><a href="#general">General Information</a>
   <ul>
     <li><a href="#stl">The C++ Standard Template Library</a>
-    <li>The isa<>, cast<> and dyn_cast<> templates
+    <li><a href="#isa">The <tt>isa<></tt>, <tt>cast<></tt> and
+                       <tt>dyn_cast<></tt> templates</a>
   </ul>
   <li><a href="#common">Helpful Hints for Common Operations</a>
   <ul>
@@ -44,11 +45,8 @@
       <li>
       <li>
     </ul>
--->
     <li>Useful LLVM APIs
     <ul>
-      <li>isa<>, cast<>, and dyn_cast<> templates
-<!--
       <li>The general graph API
       <li>The <tt>InstVisitor</tt> template
       <li>The DEBUG() macro
@@ -182,6 +180,17 @@
 to write maintainable code more than where to put your curly braces.<p>
 
 
+<!-- ======================================================================= -->
+</ul><table width="100%" bgcolor="#441188" border=0 cellpadding=4 cellspacing=0>
+<tr><td> </td><td width="100%">  
+<font color="#EEEEFF" face="Georgia,Palatino"><b>
+<a name="isa">The isa<>, cast<> and dyn_cast<> templates</a>
+</b></font></td></tr></table><ul>
+
+
+
+
+
 
 <!-- *********************************************************************** -->
 </ul><table width="100%" bgcolor="#330077" border=0 cellpadding=4 cellspacing=0>
@@ -1261,6 +1270,6 @@
 <a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
 <!-- Created: Tue Aug  6 15:00:33 CDT 2002 -->
 <!-- hhmts start -->
-Last modified: Mon Sep  9 00:48:53 CDT 2002
+Last modified: Mon Sep  9 00:52:10 CDT 2002
 <!-- hhmts end -->
 </font></body></html>





More information about the llvm-commits mailing list