mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01: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))
|
||||
return false;
|
||||
case AsmToken::Hash:
|
||||
// $42 -> immediate.
|
||||
// #42 -> immediate.
|
||||
// TODO: ":lower16:" and ":upper16:" modifiers after # before immediate
|
||||
getLexer().Lex();
|
||||
const MCExpr *Val;
|
||||
if (getParser().ParseExpression(Val))
|
||||
|
Loading…
Reference in New Issue
Block a user