whitespace

llvm-svn: 138566
This commit is contained in:
Andrew Trick 2011-08-25 17:40:54 +00:00
parent e8641a3bc7
commit cd6126c2ab

View File

@ -503,7 +503,7 @@ ARMFrameLowering::ResolveFrameIndexReference(const MachineFunction &MF,
}
}
} else if (AFI->isThumb2Function()) {
// Use add <rd>, sp, #<imm8>
// Use add <rd>, sp, #<imm8>
// ldr <rd>, [sp, #<imm8>]
// if at all possible to save space.
if (Offset >= 0 && (Offset & 3) == 0 && Offset <= 1020)