summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-05-14 17:58:53 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-05-14 17:58:53 +0000
commite0776de2df9c47af5002cbc04354b52f3a1ee9b3 (patch)
tree3b4eaa4a9fbc50dab960c8165784410404f4fc35 /lib/CodeGen/AsmPrinter/DwarfDebug.h
parent8101512a2d0cc68c0ad4637e0740f46b862c3df4 (diff)
downloadllvm-e0776de2df9c47af5002cbc04354b52f3a1ee9b3.tar.gz
llvm-e0776de2df9c47af5002cbc04354b52f3a1ee9b3.tar.bz2
llvm-e0776de2df9c47af5002cbc04354b52f3a1ee9b3.tar.xz
DebugInfo: Do not delay attaching DW_AT_inline attribute to abstract definitions.
This is just unneccessary - we only create abstract definitions when we're inlining anyway, so there's no reason to delay this to see if we're going to inline anything. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208798 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 5779a513c1..ad69003ae7 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -385,9 +385,6 @@ class DwarfDebug : public AsmPrinterHandler {
/// \brief Compute the size and offset of all the DIEs.
void computeSizeAndOffsets();
- /// \brief Attach DW_AT_inline attribute with inlined subprogram DIEs.
- void computeInlinedDIEs();
-
/// \brief Collect info for variables that were optimized out.
void collectDeadVariables();