[LLVMbugs] [PATCH] Lexicon.html Documentation patch
Chris Lattner
sabre at nondot.org
Mon Nov 28 17:35:21 PST 2005
On Tue, 29 Nov 2005, Marco Matthies wrote:
> Reid Spencer wrote:
> Here is a revised patch, but now the table of the index is a bit mucked up.
> Seems like a firefox rendering issue though.
Applied, thanks!:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20051128/029768.html
-Chris
> 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>
>
> _______________________________________________
> LLVMbugs mailing list
> LLVMbugs at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
>
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-bugs
mailing list