]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.c (core2_cost): Fix typos in comments.
authorH.J. Lu <hongjiu.lu@intel.com>
Wed, 29 Oct 2008 04:18:24 +0000 (04:18 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 29 Oct 2008 04:18:24 +0000 (21:18 -0700)
2008-10-28  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.c (core2_cost): Fix typos in comments.

From-SVN: r141419

gcc/ChangeLog
gcc/config/i386/i386.c

index 9ef2947de39016c0af2fd054b634a167ea3fbe9e..4e367978936b9b42262b77d8eb3875f224485c7e 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c (core2_cost): Fix typos in comments.
+
 2008-10-28  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/37924
index a3d4951fafe88484cab642d25b350a812b8a6464..62249bb08ba49d61b4aa85663793f67784cacf27 100644 (file)
@@ -992,7 +992,8 @@ struct processor_costs core2_cost = {
   2,                                   /* cost of reg,reg fld/fst */
   {6, 6, 6},                           /* cost of loading fp registers
                                           in SFmode, DFmode and XFmode */
-  {4, 4, 4},                           /* cost of loading integer registers */
+  {4, 4, 4},                           /* cost of storing fp registers
+                                          in SFmode, DFmode and XFmode */
   2,                                   /* cost of moving MMX register */
   {6, 6},                              /* cost of loading MMX registers
                                           in SImode and DImode */