From: Roger Sayle Date: Mon, 14 Oct 2002 21:48:12 +0000 (+0000) Subject: i386.c (k6_cost): Correct typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f770e7b9d151ca21b3ca21e0486217054f95aa7;p=gcc.git i386.c (k6_cost): Correct typo. * config/i386/i386.c (k6_cost): Correct typo. Co-Authored-By: Zack Weinberg From-SVN: r58139 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2513b47cdbb..65c096a7cea 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-10-14 Roger Sayle + Zack Weinberg + + * config/i386/i386.c (k6_cost): Correct typo. + 2002-10-14 Mark Mitchell PR optimization/6631 diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 6b6eb6cc703..3ef4848b112 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -302,8 +302,8 @@ struct processor_costs k6_cost = { 1, /* number of parallel prefetches */ 2, /* cost of FADD and FSUB insns. */ 2, /* cost of FMUL instruction. */ - 2, /* cost of FDIV instruction. */ - 56, /* cost of FABS instruction. */ + 56, /* cost of FDIV instruction. */ + 2, /* cost of FABS instruction. */ 2, /* cost of FCHS instruction. */ 56, /* cost of FSQRT instruction. */ };