[llvm-commits] [llvm] r58332 - /llvm/trunk/docs/Lexicon.html
Torok Edwin
edwintorok at gmail.com
Tue Oct 28 09:54:36 PDT 2008
Author: edwin
Date: Tue Oct 28 11:54:34 2008
New Revision: 58332
URL: http://llvm.org/viewvc/llvm-project?rev=58332&view=rev
Log:
fix duplicate anchor names, and broken anchor links from the TOC
Modified:
llvm/trunk/docs/Lexicon.html
Modified: llvm/trunk/docs/Lexicon.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Lexicon.html?rev=58332&r1=58331&r2=58332&view=diff
==============================================================================
--- llvm/trunk/docs/Lexicon.html (original)
+++ llvm/trunk/docs/Lexicon.html Tue Oct 28 11:54:34 2008
@@ -157,7 +157,7 @@
<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 @@
</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 @@
<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
More information about the llvm-commits
mailing list