Checkpoint MCInst printer. We (almostly) able to print global / JT / constpool entries

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84706 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp b/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
index e2f521f..baaf929 100644
--- a/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
+++ b/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
@@ -295,7 +295,7 @@
 void MSP430AsmPrinter::printInstructionThroughMCStreamer(const MachineInstr *MI)
 {
 
-  MSP430MCInstLower MCInstLowering(OutContext, Mang);
+  MSP430MCInstLower MCInstLowering(OutContext, *Mang, getFunctionNumber(), *MAI);
 
   switch (MI->getOpcode()) {
   case TargetInstrInfo::DBG_LABEL: