summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-04-22 18:43:35 +0000
committerDevang Patel <dpatel@apple.com>2010-04-22 18:43:35 +0000
commit0fde4aeedd9401444f38103b363704864f9d1617 (patch)
tree6bfe966b579f34ad35b413f6b53aa25e880c4c1e /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parent53f530d44c8c0c50c3f672daca2603e11d91cb38 (diff)
downloadbcm5719-llvm-0fde4aeedd9401444f38103b363704864f9d1617.tar.gz
bcm5719-llvm-0fde4aeedd9401444f38103b363704864f9d1617.zip
Rename InsnAfterLabelMap and InsnBeforeLabelMap.
llvm-svn: 102106
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 380f2014c23..698f7106019 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -188,13 +188,13 @@ class DwarfDebug {
DenseMap<MDNode*, SmallVector<InlineInfoLabels, 4> > InlineInfo;
SmallVector<MDNode *, 4> InlinedSPNodes;
- /// InsnBeforeLabelMap - Maps instruction with label emitted before
+ /// LabelsBeforeInsn - Maps instruction with label emitted before
/// instruction.
- DenseMap<const MachineInstr *, MCSymbol *> InsnBeforeLabelMap;
+ DenseMap<const MachineInstr *, MCSymbol *> LabelsBeforeInsn;
- /// InsnAfterLabelMap - Maps instruction with label emitted after
+ /// LabelsAfterInsn - Maps instruction with label emitted after
/// instruction.
- DenseMap<const MachineInstr *, MCSymbol *> InsnAfterLabelMap;
+ DenseMap<const MachineInstr *, MCSymbol *> LabelsAfterInsn;
SmallVector<const MCSymbol *, 8> DebugRangeSymbols;
OpenPOWER on IntegriCloud