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:
Devang Patel 2010-01-19 01:26:02 +00:00
parent d3dc3cc98f
commit f54b85237c

View File

@ -2148,14 +2148,12 @@ void DwarfDebug::endFunction(MachineFunction *MF) {
}
// Clear debug info
if (CurrentFnDbgScope) {
CurrentFnDbgScope = NULL;
DbgScopeMap.clear();
DbgScopeBeginMap.clear();
DbgScopeEndMap.clear();
ConcreteScopes.clear();
AbstractScopesList.clear();
}
CurrentFnDbgScope = NULL;
DbgScopeMap.clear();
DbgScopeBeginMap.clear();
DbgScopeEndMap.clear();
ConcreteScopes.clear();
AbstractScopesList.clear();
Lines.clear();
if (TimePassesIsEnabled)