summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-09 05:53:21 +0000
committerChris Lattner <sabre@nondot.org>2002-09-09 05:53:21 +0000
commit1d43fd4e83bcd40184afc6c91f8faf3f77074cb2 (patch)
treea22b49e324026f6b660f84cb89315f69ec3e1969 /docs/ProgrammersManual.html
parent1a3105baba2b78d7bd2a1f403c7a58cf5a55265a (diff)
downloadllvm-1d43fd4e83bcd40184afc6c91f8faf3f77074cb2.tar.gz
llvm-1d43fd4e83bcd40184afc6c91f8faf3f77074cb2.tar.bz2
llvm-1d43fd4e83bcd40184afc6c91f8faf3f77074cb2.tar.xz
Clean up the isa section stub. It should not be listed twice
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r--docs/ProgrammersManual.html19
1 files changed, 14 insertions, 5 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 9d4f9615d4..4e6d23baf5 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -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&lt;&gt;, cast&lt;&gt; and dyn_cast&lt;&gt; templates
+ <li><a href="#isa">The <tt>isa&lt;&gt;</tt>, <tt>cast&lt;&gt;</tt> and
+ <tt>dyn_cast&lt;&gt;</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&lt;&gt;, cast&lt;&gt;, and dyn_cast&lt;&gt; templates
-<!--
<li>The general graph API
<li>The <tt>InstVisitor</tt> template
<li>The DEBUG() macro
@@ -182,6 +180,17 @@ href="CodingStandards.html">LLVM Coding Standards</a> guide which focuses on how
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>&nbsp;</td><td width="100%">&nbsp;
+<font color="#EEEEFF" face="Georgia,Palatino"><b>
+<a name="isa">The isa&lt;&gt;, cast&lt;&gt; and dyn_cast&lt;&gt; templates</a>
+</b></font></td></tr></table><ul>
+
+
+
+
+
<!-- *********************************************************************** -->
</ul><table width="100%" bgcolor="#330077" border=0 cellpadding=4 cellspacing=0>
@@ -1261,6 +1270,6 @@ pointer to the parent Function.
<a href="mailto:sabre@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>