[llvm-commits] [llvm] r74650 - /llvm/trunk/lib/Target/ARM/ARMRegisterInfo.cpp

Bob Wilson bob.wilson at apple.com
Wed Jul 1 14:59:43 PDT 2009


Author: bwilson
Date: Wed Jul  1 16:59:43 2009
New Revision: 74650

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

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

Modified: llvm/trunk/lib/Target/ARM/ARMRegisterInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMRegisterInfo.cpp?rev=74650&r1=74649&r2=74650&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMRegisterInfo.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMRegisterInfo.cpp Wed Jul  1 16:59:43 2009
@@ -934,7 +934,7 @@
     }
 
     // Estimate if we might need to scavenge a register at some point in order
-    // to materialize a stack offset. If so, either spill one additiona
+    // to materialize a stack offset. If so, either spill one additional
     // callee-saved register or reserve a special spill slot to facilitate
     // register scavenging.
     if (RS && !ExtraCSSpill && !AFI->isThumbFunction()) {





More information about the llvm-commits mailing list