mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 22:15:18 +00:00
Correct comment about ARM immediates using '#' not '$' and TODO for modifiers.
llvm-svn: 84055
This commit is contained in:
parent
72f708ec2f
commit
8d8e57983a
@ -537,7 +537,8 @@ bool ARMAsmParser::ParseOperand(ARMOperand &Op) {
|
|||||||
if (!ParseRegisterList(Op))
|
if (!ParseRegisterList(Op))
|
||||||
return false;
|
return false;
|
||||||
case AsmToken::Hash:
|
case AsmToken::Hash:
|
||||||
// $42 -> immediate.
|
// #42 -> immediate.
|
||||||
|
// TODO: ":lower16:" and ":upper16:" modifiers after # before immediate
|
||||||
getLexer().Lex();
|
getLexer().Lex();
|
||||||
const MCExpr *Val;
|
const MCExpr *Val;
|
||||||
if (getParser().ParseExpression(Val))
|
if (getParser().ParseExpression(Val))
|
||||||
|
Loading…
Reference in New Issue
Block a user