diff options
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index d240636fc9..a43baee56e 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1255,7 +1255,7 @@ blocks and machine instructions. We then handle the "live-in" values. These are in physical registers, so the physical register is assumed to be killed by the end of the basic block. Live intervals for virtual registers are computed for some ordering of the machine instructions <tt>[1, N]</tt>. A live interval -is an interval <tt>[i, j)</tt>, where <tt>1 <= i <= j < N</tt>, for which a +is an interval <tt>[i, j)</tt>, where <tt>1 <= i <= j < N</tt>, for which a variable is live.</p> <p><i><b>More to come...</b></i></p> |