AsmPrinter: Return added DIE from DIE::addChild()
[oota-llvm.git] / lib / DebugInfo / PDB / PDBSymbolCustom.cpp
index 1b6b50b6dd0a9d181ad1e449d94580eba610b280..bd7d9cda21817fbdfaf00a3244238a2873149706 100644 (file)
@@ -25,7 +25,4 @@ void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) {
   RawSymbol->getDataBytes(bytes);
 }
 
-void PDBSymbolCustom::dump(raw_ostream &OS, int Indent,
-                           PDBSymDumper &Dumper) const {
-  Dumper.dump(*this, OS, Indent);
-}
\ No newline at end of file
+void PDBSymbolCustom::dump(PDBSymDumper &Dumper) const { Dumper.dump(*this); }