From 14499a7d68a7e7e5d2715f04265669d6fa80eff7 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sat, 4 Oct 2014 15:58:47 +0000 Subject: Sink DwarfDebug::attachLowHighPC into DwarfCompileUnit One of many things to sink down into DwarfCompileUnit to allow handling of subprograms in both the skeleton and dwo CU under Fission. llvm-svn: 219058 --- llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index 1432ecd58ae..92c558e17f5 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -567,8 +567,6 @@ class DwarfDebug : public AsmPrinterHandler { void attachRangesOrLowHighPC(DwarfCompileUnit &Unit, DIE &D, const SmallVectorImpl &Ranges); - void attachLowHighPC(DwarfCompileUnit &Unit, DIE &D, const MCSymbol *Begin, - const MCSymbol *End); public: //===--------------------------------------------------------------------===// -- cgit v1.2.3