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

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 28 17:35:02 PST 2005



Changes in directory llvm/docs:

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

Add "SCC" to the lexicon.  Patch provided by Marco Matthies, thanks!


---
Diffs of the changes:  (+5 -2)

 Lexicon.html |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


Index: llvm/docs/Lexicon.html
diff -u llvm/docs/Lexicon.html:1.11 llvm/docs/Lexicon.html:1.12
--- llvm/docs/Lexicon.html:1.11	Fri May 13 15:18:49 2005
+++ llvm/docs/Lexicon.html	Mon Nov 28 19:34:50 2005
@@ -53,6 +53,7 @@
     </tr>
     <tr><th colspan="8"><b>- <a href="#S">S</a> -</b></th></tr>
     <tr>
+      <td><a href="#SCC">SCC</a></td>
       <td><a href="#SCCP">SCCP</a></td>
       <td><a href="#SSA">SSA</a></td>
     </tr>
@@ -150,8 +151,10 @@
 <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>Sparse Conditional Constant Propagation</dd>
     <dt><a name="SSA"><b>SSA</b></a></dt>
     <dd>Static Single Assignment</dd>
   </dl>
@@ -164,7 +167,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/05/13 20:18:49 $
+Last modified: $Date: 2005/11/29 01:34:50 $
 </address>
 <!-- vim: sw=2
 -->






More information about the llvm-commits mailing list