From 41b3252e797c01f73616c8ba91caa8783620aeb4 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 7 Sep 2006 08:39:35 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30145 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.34.1