Revert accident check-in from r93165.

llvm-svn: 93832
This commit is contained in:
Devang Patel 2010-01-19 01:26:02 +00:00
parent 84bd316bd6
commit fe189e65d7
1 changed files with 6 additions and 8 deletions

View File

@ -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)