diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-02-25 01:29:29 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-02-25 01:29:29 +0000 |
commit | a921dc5860cf2a7791103b505cc613d521a348c1 (patch) | |
tree | 047b05aa7ee6096e0a6f32d1a2e05f2f23fb823e /llvm/lib/Target/ARM/ARMFrameLowering.cpp | |
parent | b6f9ab63781f0b63079e8ec0fbd2745296e425f1 (diff) | |
download | bcm5719-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.cpp | 2 |
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++; } |