i386.c (core cost model): Correct pasto.

gcc:

2011-11-14  Jan Hubicka  <jh@suse.cz>

	* config/i386/i386.c (core cost model): Correct pasto.

From-SVN: r181365
This commit is contained in:
Jan Hubicka 2011-11-14 22:05:12 +01:00 committed by Iain Sandoe
parent 865d6730c2
commit de3c89d5ba
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2011-11-14 Jan Hubicka <jh@suse.cz>
* config/i386/i386.c (core cost model): Correct pasto.
2011-11-14 Uros Bizjak <ubizjak@gmail.com>
* config/i386/sse.md (round<mode>2_sfix): New expander.

View File

@ -1877,10 +1877,10 @@ struct processor_costs core_cost = {
{libcall, {{16, loop}, {24, unrolled_loop}, {1024, rep_prefix_8_byte}, {-1, libcall}}}}},
/* stringop_algs for memset. */
{{{libcall, {{256, rep_prefix_4_byte}}}, /* Known alignment. */
{libcall, {{256, rep_prefix_8_byte}}}},
{{libcall, {{256, rep_prefix_4_byte}}}, /* Unknown alignment. */
{libcall, {{256, rep_prefix_8_byte}}}}},
{{{libcall, {{256, rep_prefix_4_byte}, {-1, libcall}}}, /* Known alignment. */
{libcall, {{256, rep_prefix_8_byte}, {-1, libcall}}}},
{{libcall, {{256, rep_prefix_4_byte}, {-1, libcall}}}, /* Unknown alignment. */
{libcall, {{256, rep_prefix_8_byte}, {-1, libcall}}}}},
1, /* scalar_stmt_cost. */
1, /* scalar load_cost. */
1, /* scalar_store_cost. */