[X86][AsmParser] Fix inconsistent declaration parameter name in r336218

llvm-svn: 336232
This commit is contained in:
Fangrui Song 2018-07-03 21:40:03 +00:00
parent 0a7b297d01
commit 78ab286aa0
1 changed files with 1 additions and 1 deletions

View File

@ -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>