aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaStmtAsm.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-09-05 01:16:06 +0000
committerChad Rosier <mcrosier@apple.com>2012-09-05 01:16:06 +0000
commit8cdd8a9f19146582aeadae3fe38ae21ffbe3deeb (patch)
treecd716191e5b6b5d06e49629c4fe2a36f5b65d439 /lib/Sema/SemaStmtAsm.cpp
parent1524de1fe5488eb993037ca6d37f1d3e3ef9f81b (diff)
Update for r163187.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163188 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaStmtAsm.cpp')
-rw-r--r--lib/Sema/SemaStmtAsm.cpp2
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.