diff options
| author | Devang Patel <dpatel@apple.com> | 2010-04-14 23:56:24 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2010-04-14 23:56:24 +0000 |
| commit | aed7b39ecc2701ccebff0bf01ee158064d7b6323 (patch) | |
| tree | ca60d651e60e23b9b74b6eaa0e6bfbcc6aec2d6c /lib/CodeGen/AsmPrinter/DwarfDebug.h | |
| parent | c446f6e2191a8cf0d494fb875538ac93c22d06db (diff) | |
| download | external_llvm-aed7b39ecc2701ccebff0bf01ee158064d7b6323.zip external_llvm-aed7b39ecc2701ccebff0bf01ee158064d7b6323.tar.gz external_llvm-aed7b39ecc2701ccebff0bf01ee158064d7b6323.tar.bz2 | |
There is no need to track compile unit offsets if there is only one compile unit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101315 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 4e81f59..0de20c7 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -193,11 +193,6 @@ class DwarfDebug { /// instruction. DenseMap<const MachineInstr *, MCSymbol *> InsnAfterLabelMap; - /// CompileUnitOffsets - A vector of the offsets of the compile units. This is - /// used when calculating the "origin" of a concrete instance of an inlined - /// function. - DenseMap<CompileUnit *, unsigned> CompileUnitOffsets; - /// Previous instruction's location information. This is used to determine /// label location to indicate scope boundries in dwarf debug info. DebugLoc PrevInstLoc; |
