mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-25 00:33:15 +00:00
Remove unused map
This became unnecessary/unused in r208636 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219085 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
88b3a52eec
commit
446817b4ef
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user