Fix improperly formed assert() call.
[oota-llvm.git] / lib / Target / MBlaze / InstPrinter / MBlazeInstPrinter.h
index eacca410b9867e238c2aaa6b2d934b8747220e95..570ab08a07aad056378d84289a70db8ea7c4b597 100644 (file)
@@ -24,7 +24,7 @@ namespace llvm {
     MBlazeInstPrinter(const MCAsmInfo &MAI)
       : MCInstPrinter(MAI) {}
 
-    virtual void printInst(const MCInst *MI, raw_ostream &O);
+    virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
 
     // Autogenerated by tblgen.
     void printInstruction(const MCInst *MI, raw_ostream &O);