Fix typo.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 25 Feb 2011 01:29:29 +0000 (01:29 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 25 Feb 2011 01:29:29 +0000 (01:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126467 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMFrameLowering.cpp

index e248699f2e20418eda134bed4d18d4342844f966..68c33f098ec9e963a83d4ff1f8c58b2d6337f06d 100644 (file)
@@ -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++;
   }