mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix typo.
llvm-svn: 148751
This commit is contained in:
parent
048162ddf9
commit
48ee4a8277
@ -656,7 +656,7 @@ X86Operand *X86AsmParser::ParseIntelBracExpression(unsigned SegReg,
|
||||
} else
|
||||
return ErrorOperand(PlusLoc, "unexpected token after +");
|
||||
} else if (getLexer().is(AsmToken::Identifier)) {
|
||||
// This could be an index registor or a displacement expression.
|
||||
// This could be an index register or a displacement expression.
|
||||
End = Parser.getTok().getLoc();
|
||||
if (!IndexReg)
|
||||
ParseRegister(IndexReg, Start, End);
|
||||
|
Loading…
x
Reference in New Issue
Block a user