mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Clean up.
llvm-svn: 36449
This commit is contained in:
parent
552e4ff1be
commit
c3b686ff44
@ -438,10 +438,8 @@ bool LiveVariables::runOnMachineFunction(MachineFunction &mf) {
|
||||
HandlePhysRegDef(i, 0);
|
||||
|
||||
// Clear some states between BB's. These are purely local information.
|
||||
for (unsigned i = 0; i != NumRegs; ++i) {
|
||||
for (unsigned i = 0; i != NumRegs; ++i)
|
||||
PhysRegPartDef[i].clear();
|
||||
//PhysRegPartUse[i] = NULL;
|
||||
}
|
||||
std::fill(PhysRegPartUse, PhysRegPartUse + NumRegs, (MachineInstr*)0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user