diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-10-08 22:23:10 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-10-08 22:23:10 +0000 |
commit | f76aeaec66aaa6d8e4fc2e13d1dfb63249ff5652 (patch) | |
tree | be0d00b264316048dcd13833a71a3dc4e1b06739 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 9c65b1355c05ddaa6ac17bb0ad5b63acff6db997 (diff) | |
download | bcm5719-llvm-f76aeaec66aaa6d8e4fc2e13d1dfb63249ff5652.tar.gz bcm5719-llvm-f76aeaec66aaa6d8e4fc2e13d1dfb63249ff5652.zip |
DebugInfo: The rest of pushing DwarfDebug::constructScopeDIE down into DwarfCompileUnit
Funnily enough, I copied it, but didn't actually remove the original in
r219345. Let's do that.
llvm-svn: 219346
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 9deaa94ca06..b918a045635 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -354,9 +354,6 @@ class DwarfDebug : public AsmPrinterHandler { void addScopeRangeList(DwarfCompileUnit &TheCU, DIE &ScopeDIE, const SmallVectorImpl<InsnRange> &Range); - /// \brief Construct a DIE for this scope. - void constructScopeDIE(DwarfCompileUnit &TheCU, LexicalScope *Scope, - SmallVectorImpl<std::unique_ptr<DIE>> &FinalChildren); DIE *createAndAddScopeChildren(DwarfCompileUnit &TheCU, LexicalScope *Scope, DIE &ScopeDIE); /// \brief Construct a DIE for this abstract scope. |