[llvm-branch-commits] [llvm-branch] r81931 - in /llvm/branches/Apple/Bender-SWB: lib/CodeGen/AsmPrinter/DwarfWriter.cpp test/DebugInfo/2009-06-12-Inline.ll
Bill Wendling
isanbard at gmail.com
Tue Sep 15 15:17:50 PDT 2009
Author: void
Date: Tue Sep 15 17:17:50 2009
New Revision: 81931
URL: http://llvm.org/viewvc/llvm-project?rev=81931&view=rev
Log:
Apply r73244 from Mainline.
Added:
llvm/branches/Apple/Bender-SWB/test/DebugInfo/2009-06-12-Inline.ll
- copied unchanged from r73244, llvm/trunk/test/DebugInfo/2009-06-12-Inline.ll
Modified:
llvm/branches/Apple/Bender-SWB/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
Modified: llvm/branches/Apple/Bender-SWB/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Bender-SWB/lib/CodeGen/AsmPrinter/DwarfWriter.cpp?rev=81931&r1=81930&r2=81931&view=diff
==============================================================================
--- llvm/branches/Apple/Bender-SWB/lib/CodeGen/AsmPrinter/DwarfWriter.cpp (original)
+++ llvm/branches/Apple/Bender-SWB/lib/CodeGen/AsmPrinter/DwarfWriter.cpp Tue Sep 15 17:17:50 2009
@@ -3467,6 +3467,7 @@
InlinedVariableScopes.clear();
FunctionDbgScope = NULL;
LexicalScopeStack.clear();
+ AbstractInstanceRootMap.clear();
AbstractInstanceRootList.clear();
}
More information about the llvm-branch-commits
mailing list