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