[ms-inline asm] Use incoming argument rather than hard coding to false.

llvm-svn: 165945
This commit is contained in:
Chad Rosier 2012-10-15 16:50:34 +00:00
parent 69082be39c
commit ca0ada1aeb
1 changed files with 1 additions and 1 deletions

View File

@ -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);