diff options
author | Devang Patel <dpatel@apple.com> | 2010-05-19 21:58:28 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-05-19 21:58:28 +0000 |
commit | a08130864e651958959c6e01a476de66229f2aed (patch) | |
tree | e4c459abfd5bb7dfbd1af458236f3e136eeaf857 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 08de5c14187cade575f00214ddb2044b6be218ba (diff) | |
download | bcm5719-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.h | 2 |
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 |