1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Add comment.

llvm-svn: 102129
This commit is contained in:
Devang Patel 2010-04-22 20:56:35 +00:00
parent 391423b743
commit ce6eb17106

View File

@ -197,6 +197,11 @@ class DwarfDebug {
DenseMap<const MachineInstr *, MCSymbol *> LabelsAfterInsn;
SmallVector<const MCSymbol *, 8> DebugRangeSymbols;
/// weakDebugRangeSymbols - In cases where function bodies is not emitted
/// into .text section, use function begin marker as anchor for debug range
/// offsets. This map keeps track of such symbols and corresponding
/// function begin marker symbols.
DenseMap<const MCSymbol *, const MCSymbol *> WeakDebugRangeSymbols;
/// Previous instruction's location information. This is used to determine