1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Add comment.

llvm-svn: 101317
This commit is contained in:
Devang Patel 2010-04-15 00:02:49 +00:00
parent 2374ea6452
commit 1b457aa5cd

View 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;