mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-21 08:40:30 +08:00
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:
parent
91fc78d352
commit
a31b4ecf29
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user