*** empty log message ***

llvm-svn: 30145
This commit is contained in:
Bill Wendling 2006-09-07 08:39:35 +00:00
parent d0c0bc502e
commit f5ce7ef4a8
1 changed files with 1 additions and 1 deletions

View File

@ -1169,7 +1169,7 @@ SelectionDAGs.</p>
<p>Live Intervals are the ranges (intervals) where a variable is <i>live</i>. <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 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 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> this situation occurs, one virtual register must be <i>spilled</i>.</p>
</div> </div>