[AArch64] Simplify some TRI/TII getters. NFC.
[oota-llvm.git] / lib / DebugInfo / PDB / PDBSymbolCompiland.cpp
index 0c9b1909e8d8cc5feec7cfcd0092ab8090fc78b7..74369148e26e55cfe0adf1cd1ab51a7c692ad962 100644 (file)
@@ -19,7 +19,6 @@ PDBSymbolCompiland::PDBSymbolCompiland(const IPDBSession &PDBSession,
                                        std::unique_ptr<IPDBRawSymbol> Symbol)
     : PDBSymbol(PDBSession, std::move(Symbol)) {}
 
-void PDBSymbolCompiland::dump(raw_ostream &OS, int Indent,
-                              PDBSymDumper &Dumper) const {
-  Dumper.dump(*this, OS, Indent);
+void PDBSymbolCompiland::dump(PDBSymDumper &Dumper) const {
+  Dumper.dump(*this);
 }