summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-05-19 21:58:28 +0000
committerDevang Patel <dpatel@apple.com>2010-05-19 21:58:28 +0000
commita08130864e651958959c6e01a476de66229f2aed (patch)
treee4c459abfd5bb7dfbd1af458236f3e136eeaf857 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parent08de5c14187cade575f00214ddb2044b6be218ba (diff)
downloadbcm5719-llvm-a08130864e651958959c6e01a476de66229f2aed.tar.gz
bcm5719-llvm-a08130864e651958959c6e01a476de66229f2aed.zip
Revert r104165.
llvm-svn: 104172
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 2c4c9b66001..48a52623c39 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -179,6 +179,8 @@ 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