mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89369 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a627ef57ec
commit
dec6de92d1
@ -550,7 +550,7 @@ void ARMConstantIslands::InitialFunctionScan(MachineFunction &MF,
|
||||
case ARM::LEApcrel:
|
||||
// This takes a SoImm, which is 8 bit immediate rotated. We'll
|
||||
// pretend the maximum offset is 255 * 4. Since each instruction
|
||||
// 4 byte wide, this is always correct. We'llc heck for other
|
||||
// 4 byte wide, this is always correct. We'll check for other
|
||||
// displacements that fits in a SoImm as well.
|
||||
Bits = 8;
|
||||
Scale = 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user