From: Dale Johannesen Date: Sun, 28 Aug 2005 23:28:57 +0000 (+0000) Subject: i386.c (nocona_cost): Increase MOVE_RATIO. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea407814d021c256717eba35c08c960923b02ec1;p=gcc.git i386.c (nocona_cost): Increase MOVE_RATIO. 2005-08-28 Dale Johannesen * config/i386/i386.c (nocona_cost): Increase MOVE_RATIO. From-SVN: r103585 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e17da4aed62..f5452ea8d6e 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 3c62bf0c554..eba7bb48321 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.