From: Torok Edwin Date: Tue, 28 Oct 2008 16:54:34 +0000 (+0000) Subject: fix duplicate anchor names, and broken anchor links from the TOC X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2b9cbf127fe009448b3cc4d98f2c5693a1866731;p=oota-llvm.git fix duplicate anchor names, and broken anchor links from the TOC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58332 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Lexicon.html b/docs/Lexicon.html index 62506d858b1..e3d40f7af42 100644 --- a/docs/Lexicon.html +++ b/docs/Lexicon.html @@ -157,7 +157,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
Inter-Procedural Optimization. Refers to any variety of code optimization that occurs between procedures, functions or compilation units (modules).
-
ISel
+
ISel
Instruction Selection.
@@ -175,7 +175,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool. -
- O -
+
- O -
Object Pointer
@@ -214,7 +214,7 @@ href="http://www.program-transformation.org/Transform/BURG">BURG tool.
-
Safe Point
+
Safe Point
In garbage collection, it is necessary to identify stack roots so that reachability analysis may proceed. It may be infeasible to provide this information for every instruction, so instead the information