diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 8fdd2e012d1..b39a2fd78fc 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -327,10 +327,6 @@ public: DIE *createAndAddDIE(unsigned Tag, DIE &Parent, DIDescriptor N = DIDescriptor()); - /// constructTypeDIEImpl - Construct type DIE that is not a type unit - /// reference from a DICompositeType. - void constructTypeDIEImpl(DIE &Buffer, DICompositeType CTy); - /// Compute the size of a header for this unit, not including the initial /// length field. unsigned getHeaderSize() const { |