whitespace

llvm-svn: 138566
This commit is contained in:
Andrew Trick 2011-08-25 17:40:54 +00:00
parent 40e3592961
commit f7ecc16c96
1 changed files with 1 additions and 1 deletions

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)