forked from OSchip/llvm-project
parent
27c8e79839
commit
d0b5c6cbed
|
@ -391,6 +391,8 @@ void MachineLICM::HoistRegionPostRA(MachineDomTreeNode *N) {
|
|||
if (PhysRegDefs[Candidates[i].Def] == 1)
|
||||
HoistPostRA(Candidates[i].MI, Candidates[i].Def);
|
||||
}
|
||||
|
||||
delete[] PhysRegDefs;
|
||||
}
|
||||
|
||||
/// AddToLiveIns - Add register 'Reg' to the livein sets of BBs in the
|
||||
|
|
Loading…
Reference in New Issue