aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/PrologEpilogInserter.cpp
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-09-23 16:35:25 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-09-23 16:35:25 +0000
commit8f909345bcabd0cbcb99d01d23f1d77b8b1518ec (patch)
tree19c3dabc15bf50721871101df6554e3515ef228d /lib/CodeGen/PrologEpilogInserter.cpp
parent7bd19af7c38f4d37c2737ca4d22e5242fd7a13a4 (diff)
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82629 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PrologEpilogInserter.cpp')
0 files changed, 0 insertions, 0 deletions