diff --git a/lib/Target/X86/AsmParser/X86AsmParser.cpp b/lib/Target/X86/AsmParser/X86AsmParser.cpp index 0e0ddcfceec..4bd9db98379 100644 --- a/lib/Target/X86/AsmParser/X86AsmParser.cpp +++ b/lib/Target/X86/AsmParser/X86AsmParser.cpp @@ -756,6 +756,7 @@ X86Operand *X86AsmParser::ParseIntelBracExpression(unsigned SegReg, Parser.Lex(); End = Tok.getLoc(); + // Parse the dot operator (e.g., [ebx].foo.bar). if (Tok.getString().startswith(".")) { SmallString<64> Err; const MCExpr *NewDisp;