summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-06-28 05:59:13 +0000
committerDevang Patel <dpatel@apple.com>2010-06-28 05:59:13 +0000
commitfb6f22f010904322f580a7513f6a80e88338ecb4 (patch)
tree5cd4d01773ffaf00bc68510bea04bf16e723c69d /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parentf7869a4b81e6325715a47abf07ae82ba8221c842 (diff)
downloadbcm5719-llvm-fb6f22f010904322f580a7513f6a80e88338ecb4.tar.gz
bcm5719-llvm-fb6f22f010904322f580a7513f6a80e88338ecb4.zip
Remove dead code.
llvm-svn: 106990
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index c4c765c36a1..43f9d17c0a4 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -210,7 +210,7 @@ class DwarfDebug {
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