X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FCodeGen%2FAsmPrinter%2FDwarfUnit.h;h=de43f8f507edf5dce0199e9a0eb641768ae17ac3;hp=feb7ffa125a674c0d54d066b9fef8917c39cf067;hb=da53f1e088ad594f604c950c6a9c62d7b6356b88;hpb=58913d5727b321141da31c46a164f9b7b63965e8 diff --git a/lib/CodeGen/AsmPrinter/DwarfUnit.h b/lib/CodeGen/AsmPrinter/DwarfUnit.h index feb7ffa125a..de43f8f507e 100644 --- a/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -129,9 +129,6 @@ protected: /// The section this unit will be emitted in. const MCSection *Section; - /// The start of the unit within its section. - MCSymbol *LabelBegin; - DwarfUnit(unsigned UID, dwarf::Tag, DICompileUnit CU, AsmPrinter *A, DwarfDebug *DW, DwarfFile *DWU); @@ -144,11 +141,6 @@ public: return Section; } - MCSymbol *getLabelBegin() const { - assert(Section); - return LabelBegin; - } - // Accessors. unsigned getUniqueID() const { return UniqueID; } uint16_t getLanguage() const { return CUNode.getLanguage(); }