[llvm-commits] CVS: llvm/docs/Lexicon.html
Owen Anderson
resistor at mac.com
Tue Oct 17 22:50:26 PDT 2006
Changes in directory llvm/docs:
Lexicon.html updated: 1.14 -> 1.15
---
Log message:
Add LCSSA to the LLVM lexicon.
---
Diffs of the changes: (+4 -1)
Lexicon.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm/docs/Lexicon.html
diff -u llvm/docs/Lexicon.html:1.14 llvm/docs/Lexicon.html:1.15
--- llvm/docs/Lexicon.html:1.14 Mon Mar 13 23:39:39 2006
+++ llvm/docs/Lexicon.html Wed Oct 18 00:50:12 2006
@@ -40,6 +40,7 @@
</tr>
<tr><th colspan="8"><b>- <a href="#L">L</a> -</b></th></tr>
<tr>
+ <td><a href="#LCSSA">LCSSA</a></td>
<td><a href="#LICM">LICM</a></td>
<td><a href="#Load-VN">Load-VN</a></td>
</tr>
@@ -121,6 +122,8 @@
<div class="doc_subsection"><a name="L">- L -</a></div>
<div class="doc_text">
<dl>
+ <dt><a name="LCSSA"><b>LCSSA</b></a></dt>
+ <dd>Loop-Closed Static Single Assignment Form</dd>
<dt><a name="LICM"><b>LICM</b></a></dt>
<dd>Loop Invariant Code Motion</dd>
<dt><a name="Load-VN"><b>Load-VN</b></a></dt>
@@ -170,7 +173,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a><a
href="http://llvm.org/">The LLVM Team</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2006/03/14 05:39:39 $
+Last modified: $Date: 2006/10/18 05:50:12 $
</address>
<!-- vim: sw=2
-->
More information about the llvm-commits
mailing list