Commit 4f770e7b by Roger Sayle Committed by Roger Sayle

i386.c (k6_cost): Correct typo.


	* config/i386/i386.c (k6_cost): Correct typo.

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

From-SVN: r58139
parent a3b88570
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> 2002-10-14 Mark Mitchell <mark@codesourcery.com>
PR optimization/6631 PR optimization/6631
......
...@@ -302,8 +302,8 @@ struct processor_costs k6_cost = { ...@@ -302,8 +302,8 @@ struct processor_costs k6_cost = {
1, /* number of parallel prefetches */ 1, /* number of parallel prefetches */
2, /* cost of FADD and FSUB insns. */ 2, /* cost of FADD and FSUB insns. */
2, /* cost of FMUL instruction. */ 2, /* cost of FMUL instruction. */
2, /* cost of FDIV instruction. */ 56, /* cost of FDIV instruction. */
56, /* cost of FABS instruction. */ 2, /* cost of FABS instruction. */
2, /* cost of FCHS instruction. */ 2, /* cost of FCHS instruction. */
56, /* cost of FSQRT instruction. */ 56, /* cost of FSQRT instruction. */
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment