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

Nick Lewycky nicholas at mxc.ca
Sat Dec 30 19:44:23 PST 2006



Changes in directory llvm/docs:

Stacker.html updated: 1.22 -> 1.23
---
Log message:

Typo.


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

 Stacker.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/Stacker.html
diff -u llvm/docs/Stacker.html:1.22 llvm/docs/Stacker.html:1.23
--- llvm/docs/Stacker.html:1.22	Tue Dec 19 13:47:54 2006
+++ llvm/docs/Stacker.html	Sat Dec 30 21:44:08 2006
@@ -198,7 +198,7 @@
     <li><em>Create your blocks early.</em> While writing your compiler, you 
     will encounter several situations where you know apriori that you will
     need several blocks. For example, if-then-else, switch, while, and for
-    statements in C/C++ all need multiple blocks for expression in LVVM. 
+    statements in C/C++ all need multiple blocks for expression in LLVM. 
     The rule is, create them early.</li>
     <li><em>Terminate your blocks early.</em> This just reduces the chances 
     that you forget to terminate your blocks which is required (go 
@@ -1405,7 +1405,7 @@
 
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/12/19 19:47:54 $
+  Last modified: $Date: 2006/12/31 03:44:08 $
 </address>
 
 </body>






More information about the llvm-commits mailing list