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

Misha Brukman brukman at cs.uiuc.edu
Sat Sep 4 20:00:31 PDT 2004



Changes in directory llvm/docs:

Lexicon.html updated: 1.5 -> 1.6
---
Log message:

Add DSA.


---
Diffs of the changes:  (+4 -1)

Index: llvm/docs/Lexicon.html
diff -u llvm/docs/Lexicon.html:1.5 llvm/docs/Lexicon.html:1.6
--- llvm/docs/Lexicon.html:1.5	Tue Aug 24 13:53:39 2004
+++ llvm/docs/Lexicon.html	Sat Sep  4 22:00:20 2004
@@ -38,6 +38,7 @@
     </tr>
     <tr><td colspan="8"><b>- <a href="#D">D</a> -</b></td></tr>
     <tr>
+      <td><a href="#DSA">DSA</a></td>
       <td><a href="#DSE">DSE</a></td>
       <td></td>
       <td></td>
@@ -88,6 +89,8 @@
 <div class="doc_subsection"><a name="D">- D -</a></div>
 <div class="doc_text">
   <dl>
+    <dt><a name="DSA"><b>DSA</b></a></dt>
+    <dd>DataStructure Analysis</dd>
     <dt><a name="DSE"><b>DSE</b></a></dt>
     <dd>Dead Store Elimination</dd>
   </dl>
@@ -128,7 +131,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 18:53:39 $
+Last modified: $Date: 2004/09/05 03:00:20 $
 </address>
 <!-- vim: sw=2
 -->






More information about the llvm-commits mailing list