[cfe-commits] r163188 - /cfe/trunk/lib/Sema/SemaStmtAsm.cpp

Chad Rosier mcrosier at apple.com
Tue Sep 4 18:16:06 PDT 2012


Author: mcrosier
Date: Tue Sep  4 20:16:06 2012
New Revision: 163188

URL: http://llvm.org/viewvc/llvm-project?rev=163188&view=rev
Log:
Update for r163187.

Modified:
    cfe/trunk/lib/Sema/SemaStmtAsm.cpp

Modified: cfe/trunk/lib/Sema/SemaStmtAsm.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaStmtAsm.cpp?rev=163188&r1=163187&r2=163188&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaStmtAsm.cpp (original)
+++ cfe/trunk/lib/Sema/SemaStmtAsm.cpp Tue Sep  4 20:16:06 2012
@@ -570,7 +570,7 @@
     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.





More information about the cfe-commits mailing list