forked from OSchip/llvm-project
parent
11e5c8b31a
commit
ad45d911bb
|
@ -2061,7 +2061,7 @@ void DwarfDebug::endFunction(const MachineFunction *MF) {
|
|||
|
||||
// Clear debug info
|
||||
CurrentFnDbgScope = NULL;
|
||||
CurrentFnArguments.clear();
|
||||
DeleteContainerPointers(CurrentFnArguments);
|
||||
DbgVariableToFrameIndexMap.clear();
|
||||
VarToAbstractVarMap.clear();
|
||||
DbgVariableToDbgInstMap.clear();
|
||||
|
|
Loading…
Reference in New Issue