mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 09:14:30 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101314 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a76b334d44
commit
7a996b2b05
@ -175,11 +175,7 @@ class DwarfDebug {
|
||||
|
||||
DenseMap<DIE *, MDNode *> ContainingTypeMap;
|
||||
|
||||
/// AbstractSubprogramDIEs - Collection of abstruct subprogram DIEs.
|
||||
SmallPtrSet<DIE *, 4> AbstractSubprogramDIEs;
|
||||
|
||||
typedef SmallVector<DbgScope *, 2> ScopeVector;
|
||||
|
||||
SmallPtrSet<const MachineInstr *, 8> InsnsBeginScopeSet;
|
||||
SmallPtrSet<const MachineInstr *, 8> InsnsEndScopeSet;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user