mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 21:05:23 +00:00
Clear PhysRegPartUse for the sub register as well.
llvm-svn: 47453
This commit is contained in:
parent
82f9e2d468
commit
27dcf967b0
@ -246,7 +246,7 @@ void LiveVariables::HandlePhysRegUse(unsigned Reg, MachineInstr *MI) {
|
||||
// Now reset the use information for the sub-registers.
|
||||
for (const unsigned *SubRegs = RegInfo->getSubRegisters(Reg);
|
||||
unsigned SubReg = *SubRegs; ++SubRegs) {
|
||||
// FIXME: Should we do: "PhysRegPartUse[SubReg] = NULL;" here?
|
||||
PhysRegPartUse[SubReg] = NULL;
|
||||
PhysRegInfo[SubReg] = MI;
|
||||
PhysRegUsed[SubReg] = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user