forked from OSchip/llvm-project
[X86][AsmParser] Fix inconsistent declaration parameter name in r336218
llvm-svn: 336232
This commit is contained in:
parent
0a7b297d01
commit
78ab286aa0
|
@ -835,7 +835,7 @@ private:
|
|||
InlineAsmIdentifierInfo &Info,
|
||||
bool IsUnevaluatedOperand, SMLoc &End);
|
||||
|
||||
std::unique_ptr<X86Operand> ParseMemOperand(unsigned SegReg, SMLoc StartLoc);
|
||||
std::unique_ptr<X86Operand> ParseMemOperand(unsigned SegReg, SMLoc MemStart);
|
||||
|
||||
bool ParseIntelMemoryOperandSize(unsigned &Size);
|
||||
std::unique_ptr<X86Operand>
|
||||
|
|
Loading…
Reference in New Issue