[ms-inline asm] Add a few typedefs to simplify future changes.
[oota-llvm.git] / lib / Target / ARM / AsmParser / ARMAsmParser.cpp
index 9e926492179064aff385c1a432aeda25ed1c94ae..00f0f74067dc409344dc31df272a760baa1708b1 100644 (file)
@@ -7480,7 +7480,7 @@ MatchAndEmitInstruction(SMLoc IDLoc,
   unsigned Kind;
   unsigned ErrorInfo;
   unsigned MatchResult;
-  SmallVector<std::pair< unsigned, std::string >, 4> MapAndConstraints;
+  MatchInstMapAndConstraints MapAndConstraints;
   MatchResult = MatchInstructionImpl(Operands, Kind, Inst,
                                      MapAndConstraints, ErrorInfo,
                                      /*matchingInlineAsm*/ false);