diff options
author | Devang Patel <dpatel@apple.com> | 2011-08-15 21:43:21 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-08-15 21:43:21 +0000 |
commit | 7a328270be871f640d94fcebfd48dee02950fb8c (patch) | |
tree | 2a415ce28bac10324eb0e7b40fbc88f5a803c708 /lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | c890b19226673d7004eaff7433834b2e5223bdea (diff) | |
download | external_llvm-7a328270be871f640d94fcebfd48dee02950fb8c.zip external_llvm-7a328270be871f640d94fcebfd48dee02950fb8c.tar.gz external_llvm-7a328270be871f640d94fcebfd48dee02950fb8c.tar.bz2 |
There is no need to maintain a set to keep track of variables that use location expressions. In such cases, AT_location attribute's value will be a label.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137659 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 7f26850..2a3b03e 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -234,10 +234,6 @@ class DwarfDebug { /// DotDebugLocEntries - Collection of DotDebugLocEntry. SmallVector<DotDebugLocEntry, 4> DotDebugLocEntries; - /// UseDotDebugLocEntry - DW_AT_location attributes for the DIEs in this set - /// idetifies corresponding .debug_loc entry offset. - SmallPtrSet<const DIE *, 4> UseDotDebugLocEntry; - /// InliendSubprogramDIEs - Collection of subprgram DIEs that are marked /// (at the end of the module) as DW_AT_inline. SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs; |