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

John Criswell criswell at cs.uiuc.edu
Fri Dec 3 07:59:42 PST 2004



Changes in directory llvm/docs:

CodeGenerator.html updated: 1.8 -> 1.9
---
Log message:

Fixed typo.


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

Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.8 llvm/docs/CodeGenerator.html:1.9
--- llvm/docs/CodeGenerator.html:1.8	Sat Jun  5 09:39:24 2004
+++ llvm/docs/CodeGenerator.html	Fri Dec  3 09:59:26 2004
@@ -591,7 +591,7 @@
    Base+[1,2,4,8]*IndexReg+Disp32
 </pre>
 
-<p>Wow, that's crazy.  In order to represent this, LLVM tracks no less that 4
+<p>Wow, that's crazy.  In order to represent this, LLVM tracks no less than 4
 operands for each memory operand of this form.  This means that the "load" form
 of 'mov' has the following "Operands" in this order:</p>
 
@@ -637,7 +637,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/05 14:39:24 $
+  Last modified: $Date: 2004/12/03 15:59:26 $
 </address>
 
 </body>






More information about the llvm-commits mailing list