mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118341 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a60f157b7c
commit
12f40e9a63
@ -615,7 +615,7 @@ bool ARMAsmParser::ParseMemoryOffsetReg(bool &Negative,
|
||||
}
|
||||
}
|
||||
|
||||
// If we parsed a register as the offset then their can be a shift after that
|
||||
// If we parsed a register as the offset then there can be a shift after that.
|
||||
if (OffsetRegNum != -1) {
|
||||
// Look for a comma then a shift
|
||||
const AsmToken &Tok = Parser.getTok();
|
||||
|
Loading…
x
Reference in New Issue
Block a user