summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-01-24 11:52:53 +0000
committerEric Christopher <echristo@gmail.com>2014-01-24 11:52:53 +0000
commitcf48ade87e64d2cba4d1376a7e53b585ab1ecb14 (patch)
treecd0a2cb26457e98cf2fcc9158c8c19be452a519b /llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
parentc528858cbd4fef01f2007cea8a4e8e25a6b86443 (diff)
downloadbcm5719-llvm-cf48ade87e64d2cba4d1376a7e53b585ab1ecb14.tar.gz
bcm5719-llvm-cf48ade87e64d2cba4d1376a7e53b585ab1ecb14.zip
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
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h5
1 files changed, 0 insertions, 5 deletions
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 {
OpenPOWER on IntegriCloud