Revert "Emit DW_AT_object_pointer once, on the declaration, for each function."
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfUnit.h
index 5beae1e29c48101be43259b347b0524c10505695..b2ac647e00e2afdae936c2da747855ce088f5536 100644 (file)
@@ -418,7 +418,7 @@ public:
                                             AbstractOrInlined AbsIn = AOI_None);
 
   /// constructSubprogramArguments - Construct function argument DIEs.
-  DIE *constructSubprogramArguments(DIE &Buffer, DIArray Args);
+  void constructSubprogramArguments(DIE &Buffer, DIArray Args);
 
   /// Create a DIE with the given Tag, add the DIE to its parent, and
   /// call insertDIE if MD is not null.