mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-23 17:28:54 +00:00
Delete the FissionCU.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169757 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -981,6 +981,9 @@ void DwarfDebug::endModule() {
|
|||||||
for (DenseMap<const MDNode *, CompileUnit *>::iterator I = CUMap.begin(),
|
for (DenseMap<const MDNode *, CompileUnit *>::iterator I = CUMap.begin(),
|
||||||
E = CUMap.end(); I != E; ++I)
|
E = CUMap.end(); I != E; ++I)
|
||||||
delete I->second;
|
delete I->second;
|
||||||
|
|
||||||
|
delete FissionCU;
|
||||||
|
|
||||||
// Reset these for the next Module if we have one.
|
// Reset these for the next Module if we have one.
|
||||||
FirstCU = NULL;
|
FirstCU = NULL;
|
||||||
FissionCU = NULL;
|
FissionCU = NULL;
|
||||||
|
Reference in New Issue
Block a user