i386.c (nocona_cost): Increase MOVE_RATIO.
authorDale Johannesen <dalej@apple.com>
Sun, 28 Aug 2005 23:28:57 +0000 (23:28 +0000)
committerDale Johannesen <dalej@gcc.gnu.org>
Sun, 28 Aug 2005 23:28:57 +0000 (23:28 +0000)
2005-08-28  Dale Johannesen  <dalej@apple.com>

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

From-SVN: r103585

gcc/ChangeLog
gcc/config/i386/i386.c

index e17da4aed6264451405c24cdad197d0cc5e14c6c..f5452ea8d6e4416ef5bb2a18714c48638aebc6e7 100644 (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.
index 3c62bf0c5542eff20449ae5ce8cc206a4c741b1c..eba7bb48321d57f2a980212e167b1c24877f82fe 100644 (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.