commit | a921dc5860cf2a7791103b505cc613d521a348c1 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Feb 25 01:29:29 2011 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Feb 25 01:29:29 2011 +0000 |
tree | 047b05aa7ee6096e0a6f32d1a2e05f2f23fb823e | |
parent | b6f9ab63781f0b63079e8ec0fbd2745296e425f1 [diff] [blame] |
Fix typo. llvm-svn: 126467
diff --git a/llvm/lib/Target/ARM/ARMFrameLowering.cpp b/llvm/lib/Target/ARM/ARMFrameLowering.cpp index e248699..68c33f0 100644 --- a/llvm/lib/Target/ARM/ARMFrameLowering.cpp +++ b/llvm/lib/Target/ARM/ARMFrameLowering.cpp
@@ -218,7 +218,7 @@ 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++; }