From: H.J. Lu Date: Wed, 29 Oct 2008 04:18:24 +0000 (+0000) Subject: i386.c (core2_cost): Fix typos in comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a31b4ecf2936254a318670444e1312d6a5d3e207;p=gcc.git i386.c (core2_cost): Fix typos in comments. 2008-10-28 H.J. Lu * config/i386/i386.c (core2_cost): Fix typos in comments. From-SVN: r141419 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9ef2947de39..4e367978936 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-10-28 H.J. Lu + + * config/i386/i386.c (core2_cost): Fix typos in comments. + 2008-10-28 Jakub Jelinek PR c/37924 diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index a3d4951fafe..62249bb08ba 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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 */