Fix improperly formed assert() call.
[oota-llvm.git] / lib / Target / MBlaze / InstPrinter / MBlazeInstPrinter.h
index 13c4b49f981cfc5e6a37cf4fd89caba55c030aac..570ab08a07aad056378d84289a70db8ea7c4b597 100644 (file)
 
 namespace llvm {
   class MCOperand;
-  class TargetMachine;
 
   class MBlazeInstPrinter : public MCInstPrinter {
   public:
-    MBlazeInstPrinter(TargetMachine &TM, const MCAsmInfo &MAI)
+    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);