diff options
author | Devang Patel <dpatel@apple.com> | 2010-05-19 21:26:53 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-05-19 21:26:53 +0000 |
commit | 0fe341e2e21de8151a3c9c10db6174ef4444cb3f (patch) | |
tree | e73d19a89983f792b5a04fbfcde86efd8ef2fb6c /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 63476ddae6475ac1f2876eab0a1d2d8778ed8420 (diff) | |
download | bcm5719-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.h | 2 |
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 |