summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCTargetAsmParser.h
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-09-05 01:15:43 +0000
committerChad Rosier <mcrosier@apple.com>2012-09-05 01:15:43 +0000
commit5d637d7e93c1f6058c16b41b8ac7dd36c61b4a5c (patch)
tree1d6ac481ed6fd5515debc5f16b85d7edf5f5f591 /include/llvm/MC/MCTargetAsmParser.h
parent90e11f8c95146c2d3718e9b3de71ee6628347b05 (diff)
downloadllvm-5d637d7e93c1f6058c16b41b8ac7dd36c61b4a5c.tar.gz
llvm-5d637d7e93c1f6058c16b41b8ac7dd36c61b4a5c.tar.bz2
llvm-5d637d7e93c1f6058c16b41b8ac7dd36c61b4a5c.tar.xz
Fix function name per coding standard.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163187 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCTargetAsmParser.h')
-rw-r--r--include/llvm/MC/MCTargetAsmParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCTargetAsmParser.h b/include/llvm/MC/MCTargetAsmParser.h
index 77b3e84254..709c2d245c 100644
--- a/include/llvm/MC/MCTargetAsmParser.h
+++ b/include/llvm/MC/MCTargetAsmParser.h
@@ -111,7 +111,7 @@ public:
return Match_Success;
}
- virtual unsigned GetMCInstOperandNum(unsigned Kind, MCInst &Inst,
+ virtual unsigned getMCInstOperandNum(unsigned Kind, MCInst &Inst,
const SmallVectorImpl<MCParsedAsmOperand*> &Operands,
unsigned OperandNum,
unsigned &NumMCOperands) = 0;