i386.c (k6_cost): Correct typo.
authorRoger Sayle <roger@eyesopen.com>
Mon, 14 Oct 2002 21:48:12 +0000 (21:48 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Mon, 14 Oct 2002 21:48:12 +0000 (21:48 +0000)
* config/i386/i386.c (k6_cost): Correct typo.

Co-Authored-By: Zack Weinberg <zack@codesourcery.com>
From-SVN: r58139

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

index 2513b47cdbb330f38a1598a354f5e023268e5c70..65c096a7cea2e84901ecfb13e052ac79a2b1675f 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-14  Roger Sayle  <roger@eyesopen.com>
+           Zack Weinberg <zack@codesourcery.com>
+
+       * config/i386/i386.c (k6_cost): Correct typo.
+
 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
 
        PR optimization/6631
index 6b6eb6cc70353923b43205e039797d5c74e58429..3ef4848b112baf9f16352b91d6bbafe408db49d8 100644 (file)
@@ -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.  */
 };