[llvm-commits] [llvm] r126467 - /llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp

Evan Cheng evan.cheng at apple.com
Thu Feb 24 17:29:29 PST 2011


Author: evancheng
Date: Thu Feb 24 19:29:29 2011
New Revision: 126467

URL: http://llvm.org/viewvc/llvm-project?rev=126467&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp?rev=126467&r1=126466&r2=126467&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp Thu Feb 24 19:29:29 2011
@@ -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++;
   }





More information about the llvm-commits mailing list