From cf48ade87e64d2cba4d1376a7e53b585ab1ecb14 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 24 Jan 2014 11:52:53 +0000 Subject: Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a" in order to fix the cygwin/mingw bots. This reverts commit r199990. llvm-svn: 199991 --- llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h index 684c46b624e..3f42e2f6728 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -545,11 +545,6 @@ public: /// addLabelAddress - Add a dwarf label attribute data and value using /// either DW_FORM_addr or DW_FORM_GNU_addr_index. void addLabelAddress(DIE *Die, dwarf::Attribute Attribute, MCSymbol *Label); - - /// addLocalLabelAddress - Add a dwarf label attribute data and value using - /// DW_FORM_addr only. - void addLocalLabelAddress(DIE *Die, dwarf::Attribute Attribute, - MCSymbol *Label); }; class DwarfTypeUnit : public DwarfUnit { -- cgit v1.2.3