From 4f770e7b9d151ca21b3ca21e0486217054f95aa7 Mon Sep 17 00:00:00 2001 From: Roger Sayle Date: Mon, 14 Oct 2002 21:48:12 +0000 Subject: [PATCH] i386.c (k6_cost): Correct typo. * config/i386/i386.c (k6_cost): Correct typo. Co-Authored-By: Zack Weinberg From-SVN: r58139 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/i386.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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. */ }; -- 2.30.2