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

Chris Lattner lattner at cs.uiuc.edu
Wed Feb 8 09:00:12 PST 2006



Changes in directory llvm/docs:

Lexicon.html updated: 1.12 -> 1.13
---
Log message:

Add SRoA to the lexicon.  Patch by Marco Matthies!



---
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.12 llvm/docs/Lexicon.html:1.13
--- llvm/docs/Lexicon.html:1.12	Mon Nov 28 19:34:50 2005
+++ llvm/docs/Lexicon.html	Wed Feb  8 10:59:49 2006
@@ -55,6 +55,7 @@
     <tr>
       <td><a href="#SCC">SCC</a></td>
       <td><a href="#SCCP">SCCP</a></td>
+      <td><a href="#SRoA">SRoA</a></td>
       <td><a href="#SSA">SSA</a></td>
     </tr>
   </table>
@@ -155,6 +156,8 @@
     <dd>Strongly Connected Component</dd>
     <dt><a name="SCCP"><b>SCCP</b></a></dt>
     <dd>Sparse Conditional Constant Propagation</dd>
+    <dt><a name="SRoA"><b>SRoA</b></a></dt>
+    <dd>Scalar Replacement of Aggregates</dd>
     <dt><a name="SSA"><b>SSA</b></a></dt>
     <dd>Static Single Assignment</dd>
   </dl>
@@ -167,7 +170,7 @@
  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a><a
  href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
 <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-Last modified: $Date: 2005/11/29 01:34:50 $
+Last modified: $Date: 2006/02/08 16:59:49 $
 </address>
 <!-- vim: sw=2
 -->






More information about the llvm-commits mailing list