fix duplicate anchor names, and broken anchor links from the TOC
authorTorok Edwin <edwintorok@gmail.com>
Tue, 28 Oct 2008 16:54:34 +0000 (16:54 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Tue, 28 Oct 2008 16:54:34 +0000 (16:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58332 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Lexicon.html

index 62506d858b1710bca4661250e2a71abf9b68cdc9..e3d40f7af4293bc421eec92eda8ef1706a7f3513 100644 (file)
@@ -157,7 +157,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd>
     <dd>Inter-Procedural Optimization. Refers to any variety of code
     optimization that occurs between procedures, functions or compilation units
     (modules).</dd>
-    <dt><a name="IPO"><b>ISel</b></a></dt>
+    <dt><a name="ISel"><b>ISel</b></a></dt>
     <dd>Instruction Selection.</dd>
   </dl>
 </div>
@@ -175,7 +175,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd>
 </div>
 
 <!-- _______________________________________________________________________ -->
-<div class="doc_subsection"><a name="P">- O -</a></div>
+<div class="doc_subsection"><a name="O">- O -</a></div>
 <div class="doc_text">
   <dl>
     <dt><a name="Object_Pointer"><b>Object Pointer</b></a></dt>
@@ -214,7 +214,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG</a> tool.</dd>
 <div class="doc_subsection"><a name="S">- S -</a></div>
 <div class="doc_text">
   <dl>
-    <dt><a name="SCC"><b>Safe Point</b></a></dt>
+    <dt><a name="Safe_Point"><b>Safe Point</b></a></dt>
     <dd>In garbage collection, it is necessary to identify <a href="#Root">stack
     roots</a> so that reachability analysis may proceed. It may be infeasible to
     provide this information for every instruction, so instead the information