Sink DwarfUnit::addExpr into DwarfCompileUnit
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfUnit.h
index 5274108533c4f5c3360e940afdc0b0531ad1ddc1..cc9ae6fe6b3ff1b86f178b37d9aa9062c2e13404 100644 (file)
@@ -213,9 +213,6 @@ public:
   void addLocalString(DIE &Die, dwarf::Attribute Attribute,
                       StringRef Str);
 
-  /// addExpr - Add a Dwarf expression attribute data and value.
-  void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
-
   /// addLabel - Add a Dwarf label attribute data and value.
   void addLabel(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form,
                 const MCSymbol *Label);