[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
[oota-llvm.git] / lib / Target / MSP430 / InstPrinter / MSP430InstPrinter.cpp
index acf1214a72a56f9e6a7399792edb1cff157d4c59..6c43d97837caef0bf98574c361f17fdeeed84fc9 100644 (file)
@@ -27,7 +27,7 @@ using namespace llvm;
 #include "MSP430GenAsmWriter.inc"
 
 void MSP430InstPrinter::printInst(const MCInst *MI, raw_ostream &O,
-                                  StringRef Annot) {
+                                  StringRef Annot, const MCSubtargetInfo &STI) {
   printInstruction(MI, O);
   printAnnotation(O, Annot);
 }