[llvm] r196607 - Integrated assembler incorrectly lexes ARM-style comments

Joerg Sonnenberger joerg at britannica.bec.de
Tue Jan 14 12:59:35 PST 2014


On Tue, Jan 14, 2014 at 11:04:31AM -0800, David Peixotto wrote:
> diff --git a/include/llvm/MC/MCParser/MCAsmLexer.h b/include/llvm/MC/MCParser/MCAsmLexer.h
> index 53b380f..d88c2a1 100644
> --- a/include/llvm/MC/MCParser/MCAsmLexer.h
> +++ b/include/llvm/MC/MCParser/MCAsmLexer.h
> @@ -118,6 +118,7 @@ class MCAsmLexer {
>  protected: // Can only create subclasses.
>    const char *TokStart;
>    bool SkipSpace;
> +  bool AllowAtInIdentifier; // Cached here to avoid repeated MAI query.
>  
>    MCAsmLexer();
>  

This comment is no longer correct now, so just drop it please.

Joerg



More information about the llvm-commits mailing list