diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-09-03 19:04:35 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-09-03 19:04:35 +0000 |
| commit | 0f13c3ccf8d4f50a85f5c8f3d5af26528dcc5309 (patch) | |
| tree | 5aa7cce7be35d4bae94565e50af869371e649983 /llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | |
| parent | 391d299737827c7d88f5c4f845967cf0665eeb75 (diff) | |
| download | bcm5719-llvm-0f13c3ccf8d4f50a85f5c8f3d5af26528dcc5309.tar.gz bcm5719-llvm-0f13c3ccf8d4f50a85f5c8f3d5af26528dcc5309.zip | |
[ms-inline asm] Add a comment.
llvm-svn: 163123
Diffstat (limited to 'llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp')
| -rw-r--r-- | llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp index deef84408dc..f463b7703c7 100644 --- a/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp +++ b/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp @@ -106,6 +106,9 @@ GetMCInstOperandNum(unsigned Kind, MCInst &Inst, const SmallVectorImpl<MCParsedAsmOperand*> &Operands, unsigned OperandNum) { assert (0 && "GetMCInstOperandNum() not supported by the Mips target."); + // The Mips backend doesn't currently include the matcher implementation, so + // the GetMCInstOperandNumImpl() is undefined. This is a temporary + // work around. return 0; } |

