<div dir="ltr">Hi Amaury,<div><br></div><div style>Sorry for the delay, I think the patch looks good overall. The only nit-pick I have is:</div><div style><br></div><div style><div>+  } else if (Tok.is(AsmToken::Hash) ||</div>
<div>+             Tok.is(AsmToken::Dollar) ||</div><div>+             Tok.is(AsmToken::Integer)) {</div><div>+    if (Parser.getTok().isNot(AsmToken::Integer))</div><div>+      Parser.Lex(); // Eat the '#'.</div>
<div><br></div><div style>The comment is misleading, should be "eat # and $" or something like that.</div><div style><br></div><div style>Other than that, I'm happy with it.</div><div style><br></div><div style>
cheers,</div><div style>--renato</div><div><br></div></div></div>