summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMFrameLowering.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-02-25 01:29:29 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-02-25 01:29:29 +0000
commita921dc5860cf2a7791103b505cc613d521a348c1 (patch)
tree047b05aa7ee6096e0a6f32d1a2e05f2f23fb823e /llvm/lib/Target/ARM/ARMFrameLowering.cpp
parentb6f9ab63781f0b63079e8ec0fbd2745296e425f1 (diff)
downloadbcm5719-llvm-a921dc5860cf2a7791103b505cc613d521a348c1.tar.gz
bcm5719-llvm-a921dc5860cf2a7791103b505cc613d521a348c1.zip
Fix typo.
llvm-svn: 126467
Diffstat (limited to 'llvm/lib/Target/ARM/ARMFrameLowering.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMFrameLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMFrameLowering.cpp b/llvm/lib/Target/ARM/ARMFrameLowering.cpp
index e248699f2e2..68c33f098ec 100644
--- a/llvm/lib/Target/ARM/ARMFrameLowering.cpp
+++ b/llvm/lib/Target/ARM/ARMFrameLowering.cpp
@@ -218,7 +218,7 @@ void ARMFrameLowering::emitPrologue(MachineFunction &MF) const {
if (DPRCSSize > 0) {
MBBI++;
// Since vpush register list cannot have gaps, there may be multiple vpush
- // instructions in the epilogue.
+ // instructions in the prologue.
while (MBBI->getOpcode() == ARM::VSTMDDB_UPD)
MBBI++;
}
OpenPOWER on IntegriCloud