summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-10-05 18:41:14 +0000
committerChad Rosier <mcrosier@apple.com>2012-10-05 18:41:14 +0000
commit8f06e7dea415dc544e9073659fd6f387277d63b9 (patch)
treef53d301728911701b6d909edd410d5ac75b923a8 /llvm/lib/Target/MBlaze
parent240322140e5c1bd029dd2ec01781b3b6a572d845 (diff)
downloadbcm5719-llvm-8f06e7dea415dc544e9073659fd6f387277d63b9.tar.gz
bcm5719-llvm-8f06e7dea415dc544e9073659fd6f387277d63b9.zip
[ms-inline asm] Add a few typedefs to simplify future changes.
llvm-svn: 165324
Diffstat (limited to 'llvm/lib/Target/MBlaze')
-rw-r--r--llvm/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp b/llvm/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
index 09eb4c8cabe..d1e18b24c39 100644
--- a/llvm/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
+++ b/llvm/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
@@ -318,7 +318,7 @@ MatchAndEmitInstruction(SMLoc IDLoc,
MCInst Inst;
unsigned Kind;
unsigned ErrorInfo;
- SmallVector<std::pair< unsigned, std::string >, 4> MapAndConstraints;
+ MatchInstMapAndConstraints MapAndConstraints;
switch (MatchInstructionImpl(Operands, Kind, Inst, MapAndConstraints,
ErrorInfo, /*matchingInlineAsm*/ false)) {
default: break;
OpenPOWER on IntegriCloud