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 | c1fee72162d7f69ca18821243c89fe41a3bcf539 (patch) | |
| tree | 99784714559a17823e9087826e473e99bda56e48 /llvm/lib | |
| parent | 9377b086f5481ed2bd0232b33491e51c565b6758 (diff) | |
| download | bcm5719-llvm-c1fee72162d7f69ca18821243c89fe41a3bcf539.tar.gz bcm5719-llvm-c1fee72162d7f69ca18821243c89fe41a3bcf539.zip | |
Clear AbstractInstanceRootMap at the end of the function.
llvm-svn: 73244
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 5a66f4b04b9..27119eca865 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -1581,6 +1581,7 @@ void DwarfDebug::EndFunction(MachineFunction *MF) { FunctionDbgScope = NULL; LexicalScopeStack.clear(); AbstractInstanceRootList.clear(); + AbstractInstanceRootMap.clear(); } Lines.clear(); |

