forked from OSchip/llvm-project
parent
84bd316bd6
commit
fe189e65d7
|
@ -2148,14 +2148,12 @@ void DwarfDebug::endFunction(MachineFunction *MF) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clear debug info
|
// Clear debug info
|
||||||
if (CurrentFnDbgScope) {
|
CurrentFnDbgScope = NULL;
|
||||||
CurrentFnDbgScope = NULL;
|
DbgScopeMap.clear();
|
||||||
DbgScopeMap.clear();
|
DbgScopeBeginMap.clear();
|
||||||
DbgScopeBeginMap.clear();
|
DbgScopeEndMap.clear();
|
||||||
DbgScopeEndMap.clear();
|
ConcreteScopes.clear();
|
||||||
ConcreteScopes.clear();
|
AbstractScopesList.clear();
|
||||||
AbstractScopesList.clear();
|
|
||||||
}
|
|
||||||
Lines.clear();
|
Lines.clear();
|
||||||
|
|
||||||
if (TimePassesIsEnabled)
|
if (TimePassesIsEnabled)
|
||||||
|
|
Loading…
Reference in New Issue