i386.c (nocona_cost): Increase MOVE_RATIO.

2005-08-28  Dale Johannesen  <dalej@apple.com>

        * config/i386/i386.c (nocona_cost):  Increase MOVE_RATIO.

From-SVN: r103585
This commit is contained in:
Dale Johannesen 2005-08-28 23:28:57 +00:00 committed by Dale Johannesen
parent 87e71ff43b
commit ea407814d0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-08-28 Dale Johannesen <dalej@apple.com>
* config/i386/i386.c (nocona_cost): Increase MOVE_RATIO.
2005-08-28 Andrew Pinski <pinskia@physics.uc.edu>
* tree-vrp.c: Remove obsolete comment in front of vrp_initialize.

View File

@ -472,7 +472,7 @@ struct processor_costs nocona_cost = {
1, /* cost of movsx */
1, /* cost of movzx */
16, /* "large" insn */
9, /* MOVE_RATIO */
17, /* MOVE_RATIO */
4, /* cost for loading QImode using movzbl */
{4, 4, 4}, /* cost of loading integer registers
in QImode, HImode and SImode.