Commit dd26af70 by Anatoly Sokolov Committed by Anatoly Sokolov

avr.c (avr_override_options): Remove setting value of PARAM_INLINE_CALL_COST.

	* config/avr/avr.c (avr_override_options): Remove setting value of
	PARAM_INLINE_CALL_COST.

From-SVN: r148689
parent ada506ea
2009-06-18 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr.c (avr_override_options): Remove setting value of
PARAM_INLINE_CALL_COST.
2009-06-18 Richard Henderson <rth@redhat.com> 2009-06-18 Richard Henderson <rth@redhat.com>
PR 40488 PR 40488
......
...@@ -380,9 +380,6 @@ avr_override_options (void) ...@@ -380,9 +380,6 @@ avr_override_options (void)
flag_delete_null_pointer_checks = 0; flag_delete_null_pointer_checks = 0;
if (!PARAM_SET_P (PARAM_INLINE_CALL_COST))
set_param_value ("inline-call-cost", 5);
for (t = avr_mcu_types; t->name; t++) for (t = avr_mcu_types; t->name; t++)
if (strcmp (t->name, avr_mcu_name) == 0) if (strcmp (t->name, avr_mcu_name) == 0)
break; break;
......
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