mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-22 19:38:40 +00:00
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138566 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0c49ac05cd
commit
51972da576
@ -503,7 +503,7 @@ ARMFrameLowering::ResolveFrameIndexReference(const MachineFunction &MF,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (AFI->isThumb2Function()) {
|
} else if (AFI->isThumb2Function()) {
|
||||||
// Use add <rd>, sp, #<imm8>
|
// Use add <rd>, sp, #<imm8>
|
||||||
// ldr <rd>, [sp, #<imm8>]
|
// ldr <rd>, [sp, #<imm8>]
|
||||||
// if at all possible to save space.
|
// if at all possible to save space.
|
||||||
if (Offset >= 0 && (Offset & 3) == 0 && Offset <= 1020)
|
if (Offset >= 0 && (Offset & 3) == 0 && Offset <= 1020)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user