[llvm-commits] CVS: llvm/docs/Lexicon.html

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 23 21:13:28 PDT 2004



Changes in directory llvm/docs:

Lexicon.html updated: 1.2 -> 1.3
---
Log message:

Change LVN -> Load-VN since that's the name of the cmdline switch


---
Diffs of the changes:  (+3 -3)

Index: llvm/docs/Lexicon.html
diff -u llvm/docs/Lexicon.html:1.2 llvm/docs/Lexicon.html:1.3
--- llvm/docs/Lexicon.html:1.2	Mon Aug 23 20:57:02 2004
+++ llvm/docs/Lexicon.html	Mon Aug 23 23:13:17 2004
@@ -39,7 +39,7 @@
     <tr><td colspan="8"><b>- <a href="#L">L</a> -</b></td></tr>
     <tr>
       <td><a href="#LICM">LICM</a></td>
-      <td><a href="#LVN">LVN</a></td>
+      <td><a href="#Load-VN">Load-VN</a></td>
       <td></td>
     </tr>
     <tr><td colspan="8"><b>- <a href="#P">P</a> -</b></td></tr>
@@ -82,7 +82,7 @@
   <dl>
     <dt><a name="LICM"><b>LICM</b></a></dt>
     <dd>Loop Invariant Code Motion</dd>
-    <dt><a name="LVN"><b>LVN</b></a></dt>
+    <dt><a name="Load-VN"><b>Load-VN</b></a></dt>
     <dd>Load Value Numbering</dd>
   </dl>
 </div>
@@ -112,7 +112,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.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2004/08/24 01:57:02 $
+Last modified: $Date: 2004/08/24 04:13:17 $
 </address>
 <!-- vim: sw=2
 -->






More information about the llvm-commits mailing list