fix formatting; NFC

llvm-svn: 241175
This commit is contained in:
Sanjay Patel 2015-07-01 17:58:53 +00:00
parent e4d95c6c9a
commit 910d5daa4b
1 changed files with 2 additions and 2 deletions

View File

@ -1679,7 +1679,7 @@ unsigned AArch64FastISel::emitAnd_ri(MVT RetVT, unsigned LHSReg, bool LHSIsKill,
unsigned AArch64FastISel::emitLoad(MVT VT, MVT RetVT, Address Addr,
bool WantZExt, MachineMemOperand *MMO) {
if(!TLI.allowsMisalignedMemoryAccesses(VT))
if (!TLI.allowsMisalignedMemoryAccesses(VT))
return 0;
// 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,
MachineMemOperand *MMO) {
if(!TLI.allowsMisalignedMemoryAccesses(VT))
if (!TLI.allowsMisalignedMemoryAccesses(VT))
return false;
// Simplify this down to something we can handle.