[LLVMbugs] [PATCH] Lexicon.html Documentation patch

Marco Matthies marco-ml at gmx.net
Mon Nov 28 18:33:44 PST 2005


Reid Spencer wrote:
> Why did you delete the SCCP entry in the index but leave the definition? 
> Could you add the index entry back, please?

Sorry, i mistakenly thought it was a kind of from-to entry like the 
books of an encyclopedia have on the outside (e.g. something like 
Aardvark-Alps).

Here is a revised patch, but now the table of the index is a bit mucked 
up. Seems like a firefox rendering issue though.

Marco

Index: docs/Lexicon.html
===================================================================
RCS file: /var/cvs/llvm/llvm/docs/Lexicon.html,v
retrieving revision 1.11
diff -u -r1.11 Lexicon.html
--- docs/Lexicon.html   13 May 2005 20:18:49 -0000      1.11
+++ docs/Lexicon.html   29 Nov 2005 01:24:26 -0000
@@ -53,6 +53,7 @@
      </tr>
      <tr><th colspan="8"><b>- <a href="#S">S</a> -</b></th></tr>
      <tr>
+      <td><a href="#SCC">SCC</a></td>
        <td><a href="#SCCP">SCCP</a></td>
        <td><a href="#SSA">SSA</a></td>
      </tr>
@@ -150,8 +151,10 @@
  <div class="doc_subsection"><a name="S">- S -</a></div>
  <div class="doc_text">
    <dl>
+    <dt><a name="SCC"><b>SCC</b></a></dt>
+    <dd>Strongly Connected Component</dd>
      <dt><a name="SCCP"><b>SCCP</b></a></dt>
-    <dd>Sparse Conditional Constant Propagation
+    <dd>Sparse Conditional Constant Propagation</dd>
      <dt><a name="SSA"><b>SSA</b></a></dt>
      <dd>Static Single Assignment</dd>
    </dl>




More information about the llvm-bugs mailing list