diff options
| author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-02-05 22:55:25 +0000 |
|---|---|---|
| committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-02-05 22:55:25 +0000 |
| commit | a97abeb342fe97e190b0278ab16553215f945f61 (patch) | |
| tree | 2d5ecd5d26b996cea4059de203e5aba08534deb0 /llvm/lib/ExecutionEngine/ExecutionEngine.cpp | |
| parent | c0c953f0bce5a25c1713867a8a04f4d4b320f13e (diff) | |
| download | bcm5719-llvm-a97abeb342fe97e190b0278ab16553215f945f61.tar.gz bcm5719-llvm-a97abeb342fe97e190b0278ab16553215f945f61.zip | |
Change live interval representation. Machine instructions now have two
slots each. As a concequence they get numbered as 0, 2, 4 and so
on. The first slot is used for operand uses and the second for
defs. Here's an example:
0: A = ...
2: B = ...
4: C = A + B ;; last use of A
The live intervals should look like:
A = [1, 5)
B = [3, x)
C = [5, y)
llvm-svn: 11141
Diffstat (limited to 'llvm/lib/ExecutionEngine/ExecutionEngine.cpp')
0 files changed, 0 insertions, 0 deletions

