From ea407814d021c256717eba35c08c960923b02ec1 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Sun, 28 Aug 2005 23:28:57 +0000 Subject: [PATCH] i386.c (nocona_cost): Increase MOVE_RATIO. 2005-08-28 Dale Johannesen * config/i386/i386.c (nocona_cost): Increase MOVE_RATIO. From-SVN: r103585 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/i386.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.30.2