]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
avr.c (avr_override_options): Remove setting value of PARAM_INLINE_CALL_COST.
authorAnatoly Sokolov <aesok@post.ru>
Fri, 19 Jun 2009 07:35:25 +0000 (11:35 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Fri, 19 Jun 2009 07:35:25 +0000 (11:35 +0400)
* config/avr/avr.c (avr_override_options): Remove setting value of
PARAM_INLINE_CALL_COST.

From-SVN: r148689

gcc/ChangeLog
gcc/config/avr/avr.c

index 0633e2302743a19d9793b559d8761537d34ad7eb..0ee49143d3f76b90a4a82eca86b039ea46b1e3a9 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        PR 40488
index 1e79644fc2e05f593bc21b10b76496a45939d990..d0df1be5b78560eed26720f3a5ebc271777df930 100644 (file)
@@ -380,9 +380,6 @@ avr_override_options (void)
 
   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++)
     if (strcmp (t->name, avr_mcu_name) == 0)
       break;