aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaStmtAsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Sema/SemaStmtAsm.cpp')
-rw-r--r--lib/Sema/SemaStmtAsm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Sema/SemaStmtAsm.cpp b/lib/Sema/SemaStmtAsm.cpp
index 148604d97e..2af2afe398 100644
--- a/lib/Sema/SemaStmtAsm.cpp
+++ b/lib/Sema/SemaStmtAsm.cpp
@@ -570,8 +570,8 @@ 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, i,
- NumMCOperands);
+ 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.
if (NumMCOperands > 1) {