mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
ARMAsmParser: fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198095 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92ffb676af
commit
b28743fd16
@ -4703,7 +4703,7 @@ bool ARMAsmParser::parseOperand(SmallVectorImpl<MCParsedAsmOperand*> &Operands,
|
||||
Operands.push_back(ARMOperand::CreateImm(ImmVal, S, E));
|
||||
|
||||
// There can be a trailing '!' on operands that we want as a separate
|
||||
// '!' Token operand. Handle that here. For example, the compatibilty
|
||||
// '!' Token operand. Handle that here. For example, the compatibility
|
||||
// alias for 'srsdb sp!, #imm' is 'srsdb #imm!'.
|
||||
if (Parser.getTok().is(AsmToken::Exclaim)) {
|
||||
Operands.push_back(ARMOperand::CreateToken(Parser.getTok().getString(),
|
||||
|
Loading…
Reference in New Issue
Block a user