config/picochip/picochip.C (PARAM_INLINE_CALL_COST): Remove.
authorHariharan Sandanagobalane <hariharan@picochip.com>
Tue, 26 May 2009 08:19:34 +0000 (08:19 +0000)
committerHariharan Sandanagobalane <hariharans@gcc.gnu.org>
Tue, 26 May 2009 08:19:34 +0000 (08:19 +0000)
From-SVN: r147862

gcc/ChangeLog
gcc/config/picochip/picochip.c

index b861286..e07b8d2 100644 (file)
@@ -1,3 +1,7 @@
+2009-05-07  Hariharan Sandanagobalane <hariharan@picochip.com>
+
+       * config/picochip/picochip.C (PARAM_INLINE_CALL_COST): Remove.
+
 2009-05-25  Jan Hubicka  <jh@suse.cz>
 
        * cgraph.c (dump_cgraph_node): Dump size/time/benefit.
index 56c58a8..358ef71 100644 (file)
@@ -315,9 +315,6 @@ picochip_override_options (void)
      PARAM_VALUE (PARAM_LARGE_STACK_FRAME) = 0;
      PARAM_VALUE (PARAM_STACK_FRAME_GROWTH) = 0;
    }
-   /* The function call overhead on picochip is not very high. Let the
-      inliner know so its heuristics become more reasonable. */
-   PARAM_VALUE (PARAM_INLINE_CALL_COST) = 2;
 
   /* Turn off the elimination of unused types. The elaborator
      generates various interesting types to represent constants,