diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e17da4aed626..f5452ea8d6e4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-08-28 Dale Johannesen + + * config/i386/i386.c (nocona_cost): Increase MOVE_RATIO. + 2005-08-28 Andrew Pinski * tree-vrp.c: Remove obsolete comment in front of vrp_initialize. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 3c62bf0c5542..eba7bb48321d 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -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.