i386.c (core2_cost): Fix typos in comments.

2008-10-28  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r141419
This commit is contained in:
H.J. Lu 2008-10-29 04:18:24 +00:00 committed by H.J. Lu
parent 91fc78d352
commit a31b4ecf29
2 changed files with 6 additions and 1 deletions

View 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

View 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 */