summaryrefslogtreecommitdiffstats
path: root/clang/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
commit87b3d03cc2dccb74527230139896ec5079e280f0 (patch)
tree5ebd8664c80848f746a4b921cf111ba47c5fe93b /clang/lib/Sema/SemaStmtAsm.cpp
parenta05ea0f3e37abe86fe62080063f562a3d9d9b0a2 (diff)
downloadbcm5719-llvm-87b3d03cc2dccb74527230139896ec5079e280f0.tar.gz
bcm5719-llvm-87b3d03cc2dccb74527230139896ec5079e280f0.zip
Update for r163187.
llvm-svn: 163188
Diffstat (limited to 'clang/lib/Sema/SemaStmtAsm.cpp')
-rw-r--r--clang/lib/Sema/SemaStmtAsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaStmtAsm.cpp b/clang/lib/Sema/SemaStmtAsm.cpp
index b6a4e62f952..e19ee964363 100644
--- a/clang/lib/Sema/SemaStmtAsm.cpp
+++ b/clang/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.
OpenPOWER on IntegriCloud