[LLVMbugs] [PATCH] Lexicon.html Documentation patch
Reid Spencer
reid at x10sys.com
Mon Nov 28 16:48:01 PST 2005
Why did you delete the SCCP entry in the index but leave the definition? Could
you add the index entry back, please?
Thanks,
Reid.
Marco Matthies wrote:
> Hi,
>
> this is a small addition to Lexicon.html located at
> http://llvm.cs.uiuc.edu/docs/Lexicon.html
>
> Marco
>
> --- Lexicon.orig.html 2005-11-29 02:50:47.000000000 +0100
> +++ Lexicon.html 2005-11-29 02:49:55.000000000 +0100
> @@ -51,7 +51,7 @@
> </tr>
> <tr><th colspan="8"><b>- <a href="#S">S</a> -</b></th></tr>
> <tr>
> - <td><a href="#SCCP">SCCP</a></td>
> + <td><a href="#SCC">SCC</a></td>
> <td><a href="#SSA">SSA</a></td>
> </tr>
> </tbody></table>
> @@ -147,9 +147,11 @@
> <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><dt><a name="SSA"><b>SSA</b></a></dt>
> + <dd>Sparse Conditional Constant Propagation</dd>
> + <dt><a name="SSA"><b>SSA</b></a></dt>
> <dd>Static Single Assignment</dd>
> </dl>
> </div>
>
> _______________________________________________
> LLVMbugs mailing list
> LLVMbugs at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
>
More information about the llvm-bugs
mailing list