Add comment.
authorDevang Patel <dpatel@apple.com>
Thu, 15 Apr 2010 00:02:49 +0000 (00:02 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 15 Apr 2010 00:02:49 +0000 (00:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101317 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.h

index 0de20c76e11f951947b86cc59b867a2fa2ab2a9a..b42232b5d13c749333377d25140992a9445890f6 100644 (file)
@@ -173,6 +173,9 @@ class DwarfDebug {
   /// (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;