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 | f5ce7ef4a8f40027c7eba4606d7ee4a9abeb844c (patch) | |
| tree | a9cf3c1c1fc0471825a699090e0ff9490cdb1125 /llvm/docs/CodeGenerator.html | |
| parent | d0c0bc502e34b54c6349c9d8a8b11e12526bbdaa (diff) | |
| download | bcm5719-llvm-f5ce7ef4a8f40027c7eba4606d7ee4a9abeb844c.tar.gz bcm5719-llvm-f5ce7ef4a8f40027c7eba4606d7ee4a9abeb844c.zip | |
*** empty log message ***
llvm-svn: 30145
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index ea3b5d95982..f095e36312d 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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> |

