diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-10-05 16:31:13 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-10-05 16:31:13 +0000 |
commit | 60b8662ea725c0d05a00bb7d944ec98a3dfa4fe6 (patch) | |
tree | 0f9efddc98afcdd25fc73f31c2470b12cc55044a /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 77b0e13aba6c5b72137afbac9a95127260f708ea (diff) | |
download | bcm5719-llvm-60b8662ea725c0d05a00bb7d944ec98a3dfa4fe6.tar.gz bcm5719-llvm-60b8662ea725c0d05a00bb7d944ec98a3dfa4fe6.zip |
Remove unused map
This became unnecessary/unused in r208636
llvm-svn: 219085
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 70702736e6e..f25825c678f 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -215,10 +215,6 @@ class DwarfDebug : public AsmPrinterHandler { // can refer to them in spite of insertions into this list. SmallVector<DebugLocList, 4> DotDebugLocEntries; - // Collection of subprogram DIEs that are marked (at the end of the module) - // as DW_AT_inline. - SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs; - // This is a collection of subprogram MDNodes that are processed to // create DIEs. SmallPtrSet<const MDNode *, 16> ProcessedSPNodes; |