mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
fix formatting; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241175 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b3d73f5064
commit
89ec7f0069
@ -1679,7 +1679,7 @@ unsigned AArch64FastISel::emitAnd_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill,
|
|||||||
|
|
||||||
unsigned AArch64FastISel::emitLoad(MVT VT, MVT RetVT, Address Addr,
|
unsigned AArch64FastISel::emitLoad(MVT VT, MVT RetVT, Address Addr,
|
||||||
bool WantZExt, MachineMemOperand *MMO) {
|
bool WantZExt, MachineMemOperand *MMO) {
|
||||||
if(!TLI.allowsMisalignedMemoryAccesses(VT))
|
if (!TLI.allowsMisalignedMemoryAccesses(VT))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
// Simplify this down to something we can handle.
|
// Simplify this down to something we can handle.
|
||||||
@ -1966,7 +1966,7 @@ bool AArch64FastISel::selectLoad(const Instruction *I) {
|
|||||||
|
|
||||||
bool AArch64FastISel::emitStore(MVT VT, unsigned SrcReg, Address Addr,
|
bool AArch64FastISel::emitStore(MVT VT, unsigned SrcReg, Address Addr,
|
||||||
MachineMemOperand *MMO) {
|
MachineMemOperand *MMO) {
|
||||||
if(!TLI.allowsMisalignedMemoryAccesses(VT))
|
if (!TLI.allowsMisalignedMemoryAccesses(VT))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Simplify this down to something we can handle.
|
// Simplify this down to something we can handle.
|
||||||
|
Loading…
Reference in New Issue
Block a user