[llvm-commits] [llvm] r101317 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
Devang Patel
dpatel at apple.com
Wed Apr 14 17:02:49 PDT 2010
Author: dpatel
Date: Wed Apr 14 19:02:49 2010
New Revision: 101317
URL: http://llvm.org/viewvc/llvm-project?rev=101317&view=rev
Log:
Add comment.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=101317&r1=101316&r2=101317&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Wed Apr 14 19:02:49 2010
@@ -173,6 +173,9 @@
/// (at the end of the module) as DW_AT_inline.
SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs;
+ /// ContainingTypeMap - This map is used to keep track of subprogram DIEs that
+ /// need DW_AT_containing_type attribute. This attribute points to a DIE that
+ /// corresponds to the MDNode mapped with the subprogram DIE.
DenseMap<DIE *, MDNode *> ContainingTypeMap;
typedef SmallVector<DbgScope *, 2> ScopeVector;
More information about the llvm-commits
mailing list