From 82e2eea16861455b8a1f98756248b0f0baa0121b Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 11 Oct 2006 18:00:22 +0000 Subject: Clean-up of formatting and spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30885 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/CodeGenerator.html') diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index ebee043315..42721b6a35 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1228,15 +1228,17 @@ defining instruction is encountered.

-

We now have the information available to perform the liver intervals analysis +

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 [1,N]. A live interval -is an interval [i,j), where 1 <= i <= j < N, for which a +for some ordering of the machine instructions [1, N]. A live interval +is an interval [i, j), where 1 <= i <= j < N, for which a variable is live.

+

More to come...

+
-- cgit v1.2.3