diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-06 16:33:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-06 16:33:54 +0000 |
commit | a30ed38e1fdb9b6742347a2e82115fd538c884ea (patch) | |
tree | 1ed59d3bb4472c438d5ff1e1063029c69fc67cfd /docs/ProgrammersManual.html | |
parent | 1db872dd1000d6edb03a79344ea3c4c6b58872d7 (diff) | |
download | external_llvm-a30ed38e1fdb9b6742347a2e82115fd538c884ea.zip external_llvm-a30ed38e1fdb9b6742347a2e82115fd538c884ea.tar.gz external_llvm-a30ed38e1fdb9b6742347a2e82115fd538c884ea.tar.bz2 |
Trivial change to test CVS checkout scripts
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3594 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r-- | docs/ProgrammersManual.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index c93161a..f08123f 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -3,7 +3,6 @@ <body bgcolor=white> - <table width="100%" bgcolor="#330077" border=0 cellpadding=4 cellspacing=0> <tr><td> <font size=+3 color="#EEEEFF" face="Georgia,Palatino,Times,Roman"><b>LLVM Programmer's Manual</b></font></td> </tr></table> @@ -15,7 +14,7 @@ <li><a href="#stl">The C++ Standard Template Library</a> <li>The isa<>, cast<> and dyn_cast<> templates </ul> - <li><a href="#coreclasses">The Core LLVM Class Heirarchy</a> + <li><a href="#coreclasses">The Core LLVM Class Heirarchy Reference</a> <ul> <li><a href="#Value">The <tt>Value</tt> class</a> <ul> @@ -150,7 +149,7 @@ to write maintainable code more than where to put your curly braces.<p> <!-- *********************************************************************** --> </ul><table width="100%" bgcolor="#330077" border=0 cellpadding=4 cellspacing=0> <tr><td align=center><font color="#EEEEFF" size=+2 face="Georgia,Palatino"><b> -<a name="coreclasses">The Core LLVM Class Heirarchy +<a name="coreclasses">The Core LLVM Class Heirarchy Reference </b></font></td></tr></table><ul> <!-- *********************************************************************** --> @@ -972,6 +971,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: Fri Sep 6 09:47:35 CDT 2002 +Last modified: Fri Sep 6 11:21:49 CDT 2002 <!-- hhmts end --> </font></body></html> |