diff options
Diffstat (limited to 'llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h')
-rw-r--r-- | llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h b/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h index c96d5ad154e..3687ac5b4e9 100644 --- a/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h +++ b/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.h @@ -31,7 +31,8 @@ public: : MCInstPrinter(MAI, MII, MRI), STI(sti) {} void printRegName(raw_ostream &OS, unsigned RegNo) const override; - void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override; + void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot, + const MCSubtargetInfo &STI) override; bool printSparcAliasInstr(const MCInst *MI, raw_ostream &OS); bool isV9() const; |