* i386.c (athlon_cost, k8_cost): Set BRANCH_COST to 5.
authorJan Hubicka <jh@suse.cz>
Mon, 27 Sep 2004 16:19:18 +0000 (18:19 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 27 Sep 2004 16:19:18 +0000 (16:19 +0000)
From-SVN: r88181

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

index b75fc60c922228283311ebb21914e93341e65168..7601194d344272e57b9406d872e4e494ae82b6fb 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-27  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (athlon_cost, k8_cost): Set BRANCH_COST to 5.
+
 2004-09-27  Kazu Hirata  <kazu@cs.umass.edu>
 
        * bitmap.h: Fix a comment typo.
index de8411eb6635ec951cd78f3f6d060f76e86e772b..b5a33fc01ba854a7f587978041320ef3217add8b 100644 (file)
@@ -362,7 +362,7 @@ struct processor_costs athlon_cost = {
   5,                                   /* MMX or SSE register to integer */
   64,                                  /* size of prefetch block */
   6,                                   /* number of parallel prefetches */
-  2,                                   /* Branch cost */
+  5,                                   /* Branch cost */
   4,                                   /* cost of FADD and FSUB insns.  */
   4,                                   /* cost of FMUL instruction.  */
   24,                                  /* cost of FDIV instruction.  */
@@ -406,7 +406,7 @@ struct processor_costs k8_cost = {
   5,                                   /* MMX or SSE register to integer */
   64,                                  /* size of prefetch block */
   6,                                   /* number of parallel prefetches */
-  2,                                   /* Branch cost */
+  5,                                   /* Branch cost */
   4,                                   /* cost of FADD and FSUB insns.  */
   4,                                   /* cost of FMUL instruction.  */
   19,                                  /* cost of FDIV instruction.  */