mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 01:24:30 +00:00
Revert accident check-in from r93165.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93832 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user