diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-05-14 17:58:53 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-05-14 17:58:53 +0000 |
commit | f662f0a65e6fc4c637b6ecef76d237fa481fa296 (patch) | |
tree | 7f91096e3847747d56a226d21e5028b75680304c /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 2a522511535cade4e6470666e0ac1f4e33a903d3 (diff) | |
download | bcm5719-llvm-f662f0a65e6fc4c637b6ecef76d237fa481fa296.tar.gz bcm5719-llvm-f662f0a65e6fc4c637b6ecef76d237fa481fa296.zip |
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.
llvm-svn: 208798
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 5779a513c1f..ad69003ae71 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/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(); |