summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h')
-rw-r--r--llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h b/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h
index 236583a0a75..e34e4b3a8fe 100644
--- a/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h
+++ b/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h
@@ -21,8 +21,9 @@ namespace llvm {
class MBlazeInstPrinter : public MCInstPrinter {
public:
- MBlazeInstPrinter(const MCAsmInfo &MAI, const MCRegisterInfo &MRI)
- : MCInstPrinter(MAI, MRI) {}
+ MBlazeInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
+ const MCRegisterInfo &MRI)
+ : MCInstPrinter(MAI, MII, MRI) {}
virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
OpenPOWER on IntegriCloud