remove the raw_ostream from various dwarf printing things.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
index 3252a42cc934ee4ad1658d18d282eabbd0651491..dea96bd479f3e19c8d8a1b6192f7cfc7fdcf2fd3 100644 (file)
@@ -137,7 +137,7 @@ bool AsmPrinter::doInitialization(Module &M) {
 
   DW = getAnalysisIfAvailable<DwarfWriter>();
   if (DW)
-    DW->BeginModule(&M, MMI, O, this, MAI);
+    DW->BeginModule(&M, this);
 
   return false;
 }