mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 06:00:28 +00:00
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ace71433ab
commit
c412df4601
@ -741,7 +741,7 @@ void ARMAsmBackend::processFixupValue(const MCAssembler &Asm,
|
||||
|
||||
// Try to get the encoded value for the fixup as-if we're mapping it into
|
||||
// the instruction. This allows adjustFixupValue() to issue a diagnostic
|
||||
// if the value aren't invalid.
|
||||
// if the value is invalid.
|
||||
(void)adjustFixupValue(Fixup, Value, false, &Asm.getContext(),
|
||||
IsLittleEndian, IsResolved);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user