public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* PATCH: Fix typos in comments
@ 2008-10-29  9:53 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2008-10-29  9:53 UTC (permalink / raw)
  To: gcc-patches

Hi,

I checked in the following patch to fix typos in comments.


H.J.
----
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 141418)
+++ ChangeLog	(working copy)
@@ -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: config/i386/i386.c
===================================================================
--- config/i386/i386.c	(revision 141418)
+++ config/i386/i386.c	(working copy)
@@ -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 */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-29  4:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-29  9:53 PATCH: Fix typos in comments H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).