[ms-inline asm] Use the new API introduced in r165830 in lieu of the
[oota-llvm.git] / lib / Target / Mips / AsmParser / MipsAsmParser.cpp
index c2980ffeea8daf7d5feaee34bef8694bb76510b4..c94c6614aed473acd4252a82c08989477d5b1378 100644 (file)
@@ -456,11 +456,8 @@ MatchAndEmitInstruction(SMLoc IDLoc,
                         SmallVectorImpl<MCParsedAsmOperand*> &Operands,
                         MCStreamer &Out) {
   MCInst Inst;
-  unsigned Kind;
   unsigned ErrorInfo;
-  MatchInstMapAndConstraints MapAndConstraints;
-  unsigned MatchResult = MatchInstructionImpl(Operands, Kind, Inst,
-                                              MapAndConstraints, ErrorInfo,
+  unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo,
                                               /*matchingInlineAsm*/ false);
 
   switch (MatchResult) {