mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix grammar.
llvm-svn: 118341
This commit is contained in:
parent
84ce225095
commit
e35565699c
@ -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…
Reference in New Issue
Block a user