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

Bill Wendling isanbard at gmail.com
Thu Sep 7 01:39:49 PDT 2006



Changes in directory llvm/docs:

CodeGenerator.html updated: 1.38 -> 1.39
---
Log message:



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

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


Index: llvm/docs/CodeGenerator.html
diff -u llvm/docs/CodeGenerator.html:1.38 llvm/docs/CodeGenerator.html:1.39
--- llvm/docs/CodeGenerator.html:1.38	Thu Sep  7 03:36:28 2006
+++ llvm/docs/CodeGenerator.html	Thu Sep  7 03:39:35 2006
@@ -1169,7 +1169,7 @@
 <p>Live Intervals are the ranges (intervals) where a variable is <i>live</i>.
 They are used by some <a href="#regalloc">register allocator</a> passes to
 determine if two or more virtual registers which require the same physical
-register are live at the same point in the program (i.e., theyconflict).  When
+register are live at the same point in the program (i.e., they conflict).  When
 this situation occurs, one virtual register must be <i>spilled</i>.</p>
 
 </div>
@@ -1702,7 +1702,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/09/07 08:36:28 $
+  Last modified: $Date: 2006/09/07 08:39:35 $
 </address>
 
 </body>






More information about the llvm-commits mailing list