* i386.c (athlon_cost, k8_cost): Set BRANCH_COST to 5.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Sep 2004 16:19:18 +0000 (16:19 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Sep 2004 16:19:18 +0000 (16:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88181 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b75fc60..7601194 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 de8411e..b5a33fc 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.  */