mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 08:26:02 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100771 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1920,11 +1920,6 @@ void DwarfDebug::endModule() {
|
|||||||
addUInt(ISP, dwarf::DW_AT_inline, 0, dwarf::DW_INL_inlined);
|
addUInt(ISP, dwarf::DW_AT_inline, 0, dwarf::DW_INL_inlined);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Insert top level DIEs.
|
|
||||||
for (SmallVector<DIE *, 4>::iterator TI = TopLevelDIEsVector.begin(),
|
|
||||||
TE = TopLevelDIEsVector.end(); TI != TE; ++TI)
|
|
||||||
ModuleCU->getCUDie()->addChild(*TI);
|
|
||||||
|
|
||||||
for (DenseMap<DIE *, MDNode *>::iterator CI = ContainingTypeMap.begin(),
|
for (DenseMap<DIE *, MDNode *>::iterator CI = ContainingTypeMap.begin(),
|
||||||
CE = ContainingTypeMap.end(); CI != CE; ++CI) {
|
CE = ContainingTypeMap.end(); CI != CE; ++CI) {
|
||||||
DIE *SPDie = CI->first;
|
DIE *SPDie = CI->first;
|
||||||
|
@@ -178,10 +178,6 @@ class DwarfDebug {
|
|||||||
/// AbstractSubprogramDIEs - Collection of abstruct subprogram DIEs.
|
/// AbstractSubprogramDIEs - Collection of abstruct subprogram DIEs.
|
||||||
SmallPtrSet<DIE *, 4> AbstractSubprogramDIEs;
|
SmallPtrSet<DIE *, 4> AbstractSubprogramDIEs;
|
||||||
|
|
||||||
/// TopLevelDIEs - Collection of top level DIEs.
|
|
||||||
SmallPtrSet<DIE *, 4> TopLevelDIEs;
|
|
||||||
SmallVector<DIE *, 4> TopLevelDIEsVector;
|
|
||||||
|
|
||||||
typedef SmallVector<DbgScope *, 2> ScopeVector;
|
typedef SmallVector<DbgScope *, 2> ScopeVector;
|
||||||
typedef DenseMap<const MachineInstr *, ScopeVector>
|
typedef DenseMap<const MachineInstr *, ScopeVector>
|
||||||
InsnToDbgScopeMapTy;
|
InsnToDbgScopeMapTy;
|
||||||
|
Reference in New Issue
Block a user