diff options
author | Bill Wendling <isanbard@gmail.com> | 2006-09-07 08:39:35 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2006-09-07 08:39:35 +0000 |
commit | 41b3252e797c01f73616c8ba91caa8783620aeb4 (patch) | |
tree | 246017b24da4788575962ba6b5a26b19d410d659 /docs/CodeGenerator.html | |
parent | bd0d7b53a2acfa7d0bc21604df2a4492b9c53133 (diff) |
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30145 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index ea3b5d9598..f095e36312 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1169,7 +1169,7 @@ SelectionDAGs.</p> <p>Live Intervals are the ranges (intervals) where a variable is <i>live</i>. They are used by some <a href="#regalloc">register allocator</a> 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 <i>spilled</i>.</p> </div> |