From 2b9cbf127fe009448b3cc4d98f2c5693a1866731 Mon Sep 17 00:00:00 2001 From: Torok Edwin Date: Tue, 28 Oct 2008 16:54:34 +0000 Subject: [PATCH] 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 --- docs/Lexicon.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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