forked from OSchip/llvm-project
[ms-inline asm] Use incoming argument rather than hard coding to false.
llvm-svn: 165945
This commit is contained in:
parent
69082be39c
commit
ca0ada1aeb
|
@ -319,7 +319,7 @@ MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
|
|||
bool MatchingInlineAsm) {
|
||||
MCInst Inst;
|
||||
switch (MatchInstructionImpl(Operands, Inst, ErrorInfo,
|
||||
/*matchingInlineAsm*/ false)) {
|
||||
MatchingInlineAsm)) {
|
||||
default: break;
|
||||
case Match_Success:
|
||||
Out.EmitInstruction(Inst);
|
||||
|
|
Loading…
Reference in New Issue