summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-05-19 21:26:53 +0000
committerDevang Patel <dpatel@apple.com>2010-05-19 21:26:53 +0000
commit0fe341e2e21de8151a3c9c10db6174ef4444cb3f (patch)
treee73d19a89983f792b5a04fbfcde86efd8ef2fb6c /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parent63476ddae6475ac1f2876eab0a1d2d8778ed8420 (diff)
downloadbcm5719-llvm-0fe341e2e21de8151a3c9c10db6174ef4444cb3f.tar.gz
bcm5719-llvm-0fe341e2e21de8151a3c9c10db6174ef4444cb3f.zip
There is no need to maintain InsnsBeginScopeSet separately.
llvm-svn: 104165
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 48a52623c39..2c4c9b66001 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -179,8 +179,6 @@ class DwarfDebug {
/// corresponds to the MDNode mapped with the subprogram DIE.
DenseMap<DIE *, const MDNode *> ContainingTypeMap;
- typedef SmallVector<DbgScope *, 2> ScopeVector;
- SmallPtrSet<const MachineInstr *, 8> InsnsBeginScopeSet;
SmallPtrSet<const MachineInstr *, 8> InsnsEndScopeSet;
/// InlineInfo - Keep track of inlined functions and their location. This
OpenPOWER on IntegriCloud