diff options
author | Devang Patel <dpatel@apple.com> | 2011-04-12 17:43:12 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-04-12 17:43:12 +0000 |
commit | 4547a9e658d5df7ab54b7508dc77063e41346250 (patch) | |
tree | 31705519bd741e12b26e1ea5778f2479b88a9a8d /llvm/lib/CodeGen | |
parent | 5eb4319dba9fad992d85f2dcb510fdd9cffff711 (diff) | |
download | bcm5719-llvm-4547a9e658d5df7ab54b7508dc77063e41346250.tar.gz bcm5719-llvm-4547a9e658d5df7ab54b7508dc77063e41346250.zip |
Remove dead typedef.
llvm-svn: 129368
Diffstat (limited to 'llvm/lib/CodeGen')
-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 4aeefdea62d..1fc969bb32f 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -198,8 +198,6 @@ class DwarfDebug { /// corresponds to the MDNode mapped with the subprogram DIE. DenseMap<DIE *, const MDNode *> ContainingTypeMap; - typedef SmallVector<DbgScope *, 2> ScopeVector; - /// InlineInfo - Keep track of inlined functions and their location. This /// information is used to populate debug_inlined section. typedef std::pair<const MCSymbol *, DIE *> InlineInfoLabels; |