summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-10-05 16:31:13 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-10-05 16:31:13 +0000
commit60b8662ea725c0d05a00bb7d944ec98a3dfa4fe6 (patch)
tree0f9efddc98afcdd25fc73f31c2470b12cc55044a /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parent77b0e13aba6c5b72137afbac9a95127260f708ea (diff)
downloadbcm5719-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.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 7b413519f30..2559120edaa 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -409,8 +409,6 @@ DwarfDebug::constructInlinedScopeDIE(DwarfCompileUnit &TheCU,
attachRangesOrLowHighPC(TheCU, *ScopeDIE, Scope->getRanges());
- InlinedSubprogramDIEs.insert(OriginDIE);
-
// Add the call site information to the DIE.
DILocation DL(Scope->getInlinedAt());
TheCU.addUInt(*ScopeDIE, dwarf::DW_AT_call_file, None,
OpenPOWER on IntegriCloud