diff options
-rw-r--r-- | lib/Sema/SemaStmtAsm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaStmtAsm.cpp b/lib/Sema/SemaStmtAsm.cpp index b6a4e62f95..e19ee96436 100644 --- a/lib/Sema/SemaStmtAsm.cpp +++ b/lib/Sema/SemaStmtAsm.cpp @@ -570,7 +570,7 @@ StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, unsigned NumDefs = Desc.getNumDefs(); for (unsigned i = 1, e = Operands.size(); i != e; ++i) { unsigned NumMCOperands; - unsigned MCIdx = TargetParser->GetMCInstOperandNum(Kind, Inst, Operands, + unsigned MCIdx = TargetParser->getMCInstOperandNum(Kind, Inst, Operands, i, NumMCOperands); assert (NumMCOperands && "Expected at least 1 MCOperand!"); // If we have a one-to-many mapping, then search for the MCExpr. |