From f5ce7ef4a8f40027c7eba4606d7ee4a9abeb844c Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 7 Sep 2006 08:39:35 +0000 Subject: [PATCH] *** empty log message *** llvm-svn: 30145 --- llvm/docs/CodeGenerator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index ea3b5d95982c..f095e36312d4 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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.