aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMFrameLowering.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-12-24 04:17:01 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-12-24 04:17:01 +0000
commit43ea32ca042214c28b7abba9c10f470ac5ade405 (patch)
tree4ca97c9cb8da1afe2a3cea754477e098960845ca /lib/Target/ARM/ARMFrameLowering.cpp
parentfd1d9250b2b85ae4c6e7ae1a512bf6ea56af3c97 (diff)
downloadexternal_llvm-43ea32ca042214c28b7abba9c10f470ac5ade405.zip
external_llvm-43ea32ca042214c28b7abba9c10f470ac5ade405.tar.gz
external_llvm-43ea32ca042214c28b7abba9c10f470ac5ade405.tar.bz2
Fix Comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMFrameLowering.cpp')
-rw-r--r--lib/Target/ARM/ARMFrameLowering.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMFrameLowering.cpp b/lib/Target/ARM/ARMFrameLowering.cpp
index 420ede9..bda64cf 100644
--- a/lib/Target/ARM/ARMFrameLowering.cpp
+++ b/lib/Target/ARM/ARMFrameLowering.cpp
@@ -280,7 +280,7 @@ void ARMFrameLowering::emitPrologue(MachineFunction &MF) const {
// If we need dynamic stack realignment, do it here. Be paranoid and make
// sure if we also have VLAs, we have a base pointer for frame access.
- // If aligned NEON registers were sp[illed, the stack has already been
+ // If aligned NEON registers were spilled, the stack has already been
// realigned.
if (!AFI->getNumAlignedDPRCS2Regs() && RegInfo->needsStackRealignment(MF)) {
unsigned MaxAlign = MFI->getMaxAlignment();
@@ -715,8 +715,8 @@ void ARMFrameLowering::emitPopInst(MachineBasicBlock &MBB,
}
/// Emit aligned spill instructions for NumAlignedDPRCS2Regs D-registers
-/// starting from d8. It is assumed that the stack will be realigned before
-/// these instructions are executed.
+/// starting from d8. Also insert stack realignment code and leave the stack
+/// pointer pointing to the d8 spill slot.
static void emitAlignedDPRCS2Spills(MachineBasicBlock &MBB,
MachineBasicBlock::iterator MI,
unsigned NumAlignedDPRCS2Regs,