diff options
author | Bill Wendling <isanbard@gmail.com> | 2006-10-11 18:00:22 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2006-10-11 18:00:22 +0000 |
commit | 82e2eea16861455b8a1f98756248b0f0baa0121b (patch) | |
tree | 9464a608c71c0959a89be4609688dec3438d65b6 /docs/CodeGenerator.html | |
parent | 2d84c4c7b314242346dea1a7f48563333476a4d5 (diff) | |
download | external_llvm-82e2eea16861455b8a1f98756248b0f0baa0121b.zip external_llvm-82e2eea16861455b8a1f98756248b0f0baa0121b.tar.gz external_llvm-82e2eea16861455b8a1f98756248b0f0baa0121b.tar.bz2 |
Clean-up of formatting and spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index ebee043..42721b6 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1228,15 +1228,17 @@ defining instruction is encountered.</p> <div class="doc_text"> -<p>We now have the information available to perform the liver intervals analysis +<p>We now have the information available to perform the live intervals analysis and build the live intervals themselves. We start off by numbering the basic 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 +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 variable is live.</p> +<p><i><b>More to come...</b></i></p> + </ol> </div> |