projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038f3e3
)
[ms-inline asm] Add a comment.
author
Chad Rosier
<mcrosier@apple.com>
Mon, 3 Sep 2012 19:04:35 +0000
(19:04 +0000)
committer
Chad Rosier
<mcrosier@apple.com>
Mon, 3 Sep 2012 19:04:35 +0000
(19:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163123
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
b/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
index deef84408dcc2de620354e472eda37ec5b299b52..f463b7703c793b58641d3ed3b584a9f6db84f5d6 100644
(file)
--- a/
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
+++ b/
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;
}