*** empty log message ***
authorBill Wendling <isanbard@gmail.com>
Thu, 7 Sep 2006 08:39:35 +0000 (08:39 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 7 Sep 2006 08:39:35 +0000 (08:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30145 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index ea3b5d95982c04c54524211d4cb5fedfb76746b0..f095e36312d4d8e54d1354a27c8485af05397c78 100644 (file)
@@ -1169,7 +1169,7 @@ SelectionDAGs.</p>
 <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>