summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-10-04 17:08:38 +0000
committerEric Christopher <echristo@gmail.com>2013-10-04 17:08:38 +0000
commit3f045005bf96b6521b2769fc824283589bfa133a (patch)
treeff7cfcaa2f946c47f54230e140ed50ea4e75e70e /lib/CodeGen/AsmPrinter/DIE.h
parent0bb5a66b0388d2c52a887eaafe3749aaceb6a754 (diff)
downloadllvm-3f045005bf96b6521b2769fc824283589bfa133a.tar.gz
llvm-3f045005bf96b6521b2769fc824283589bfa133a.tar.bz2
llvm-3f045005bf96b6521b2769fc824283589bfa133a.tar.xz
Temporarily revert r191792 as it is causing some LTO debug failures
on platforms with relocations in debug info and also temporarily revert r191800 due to conflicts with the revert of r191792. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h
index bff546f530..9c6eaf3e4d 100644
--- a/lib/CodeGen/AsmPrinter/DIE.h
+++ b/lib/CodeGen/AsmPrinter/DIE.h
@@ -152,9 +152,6 @@ namespace llvm {
/// Climb up the parent chain to get the compile unit DIE this DIE belongs
/// to.
DIE *getCompileUnit();
- /// Similar to getCompileUnit, returns null when DIE is not added to an
- /// owner yet.
- DIE *checkCompileUnit();
void setTag(uint16_t Tag) { Abbrev.setTag(Tag); }
void setOffset(unsigned O) { Offset = O; }
void setSize(unsigned S) { Size = S; }