diff options
author | David Goodwin <david_goodwin@apple.com> | 2009-09-23 16:35:25 +0000 |
---|---|---|
committer | David Goodwin <david_goodwin@apple.com> | 2009-09-23 16:35:25 +0000 |
commit | a4c98a3e342f37f31edf6fa8591902841e9dcabf (patch) | |
tree | fa128d4031a4c93292c8de72bc0ab9074a226a4d /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | b4bd0666d2b185c9b9e3ad19cc6c3e8859a1284b (diff) | |
download | bcm5719-llvm-a4c98a3e342f37f31edf6fa8591902841e9dcabf.tar.gz bcm5719-llvm-a4c98a3e342f37f31edf6fa8591902841e9dcabf.zip |
Fix bug in kill flag updating for post-register-allocation scheduling. When the kill flag of a superreg needs to be cleared because there are one or more subregs live, we instead add implicit-defs of those subregs and leave the kill flag on the superreg. This allows us to end the live-range of the superreg without ending the live-ranges of the subregs.
llvm-svn: 82629
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions