mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Plug trivial leak.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101034 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef817ccec4
commit
678d9b7ed0
@ -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
Block a user