summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DIE.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-10-04 19:40:33 +0000
committerEric Christopher <echristo@gmail.com>2013-10-04 19:40:33 +0000
commitc19d6f096c0ffc304adc524df9155a1589e7c416 (patch)
treed421750fffcbe6f7c2c07603ee42540823468653 /llvm/lib/CodeGen/AsmPrinter/DIE.h
parentec2c9b8eba46806d0889ee7bd72167d206aefed8 (diff)
downloadbcm5719-llvm-c19d6f096c0ffc304adc524df9155a1589e7c416.tar.gz
bcm5719-llvm-c19d6f096c0ffc304adc524df9155a1589e7c416.zip
Temporarily revert r176882 as it needs to be implemented in a different
way for all platforms. llvm-svn: 191975
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DIE.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DIE.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.h b/llvm/lib/CodeGen/AsmPrinter/DIE.h
index 9c6eaf3e4d5..11625236e16 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DIE.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DIE.h
@@ -149,9 +149,6 @@ namespace llvm {
const std::vector<DIE *> &getChildren() const { return Children; }
const SmallVectorImpl<DIEValue*> &getValues() const { return Values; }
DIE *getParent() const { return Parent; }
- /// Climb up the parent chain to get the compile unit DIE this DIE belongs
- /// to.
- DIE *getCompileUnit();
void setTag(uint16_t Tag) { Abbrev.setTag(Tag); }
void setOffset(unsigned O) { Offset = O; }
void setSize(unsigned S) { Size = S; }
OpenPOWER on IntegriCloud