mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
Fix function name per coding standard.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163187 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -263,10 +263,10 @@ public:
|
||||
SmallVectorImpl<MCParsedAsmOperand*> &Operands,
|
||||
MCStreamer &Out);
|
||||
|
||||
unsigned GetMCInstOperandNum(unsigned Kind, MCInst &Inst,
|
||||
unsigned getMCInstOperandNum(unsigned Kind, MCInst &Inst,
|
||||
const SmallVectorImpl<MCParsedAsmOperand*> &Operands,
|
||||
unsigned OperandNum, unsigned &NumMCOperands) {
|
||||
return GetMCInstOperandNumImpl(Kind, Inst, Operands, OperandNum, NumMCOperands);
|
||||
return getMCInstOperandNumImpl(Kind, Inst, Operands, OperandNum, NumMCOperands);
|
||||
}
|
||||
};
|
||||
} // end anonymous namespace
|
||||
|
Reference in New Issue
Block a user