diff options
author | Devang Patel <dpatel@apple.com> | 2009-06-12 19:24:05 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-06-12 19:24:05 +0000 |
commit | 9217f793bf5d1fa0900f87ba96348da093409106 (patch) | |
tree | 4de5e12ff48c388308c26895b40dd008487a8867 /lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | e54aba5fa959a6196c1d50fe9c229836ec59039e (diff) |
Clear AbstractInstanceRootMap at the end of the function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73244 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 5a66f4b04b..27119eca86 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -1581,6 +1581,7 @@ void DwarfDebug::EndFunction(MachineFunction *MF) { FunctionDbgScope = NULL; LexicalScopeStack.clear(); AbstractInstanceRootList.clear(); + AbstractInstanceRootMap.clear(); } Lines.clear(); |