From: Bill Wendling Date: Thu, 7 Sep 2006 08:39:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=41b3252e797c01f73616c8ba91caa8783620aeb4;p=oota-llvm.git *** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30145 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index ea3b5d95982..f095e36312d 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1169,7 +1169,7 @@ SelectionDAGs.

Live Intervals are the ranges (intervals) where a variable is live. They are used by some register allocator 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 spilled.