mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Something that kills a super-register also
kills the sub-register. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48038 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8de38f351
commit
d93ae242d3
@ -170,8 +170,7 @@ void RegScavenger::forward() {
|
||||
// instruction.
|
||||
for (const unsigned *SubRegs = TRI->getSubRegisters(Reg);
|
||||
unsigned SubReg = *SubRegs; ++SubRegs)
|
||||
if (!RedefinesSuperRegPart(MI, Reg, TRI))
|
||||
ChangedRegs.set(SubReg);
|
||||
ChangedRegs.set(SubReg);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user