Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don't have...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfUnit.h
index e7e823f68dfeda992c4d5e357970657d92e2acda..ec04780ef65d367869aebfce41efd0807296bf2d 100644 (file)
@@ -306,11 +306,6 @@ public:
                             dwarf::Attribute Attribute,
                             const MachineLocation &Location);
 
-  /// addVariableAddress - Add DW_AT_location attribute for a
-  /// DbgVariable based on provided MachineLocation.
-  void addVariableAddress(const DbgVariable &DV, DIE &Die,
-                          MachineLocation Location);
-
   /// addType - Add a new type attribute to the specified entity. This takes
   /// and attribute parameter because DW_AT_friend attributes are also
   /// type references.