diff options
author | Hariharan Sandanagobalane <hariharan@picochip.com> | 2009-05-26 08:19:34 +0000 |
---|---|---|
committer | Hariharan Sandanagobalane <hariharans@gcc.gnu.org> | 2009-05-26 08:19:34 +0000 |
commit | 807d5e6fe104252a150525625c7730cec1921e00 (patch) | |
tree | 5a2723e5c9cf3154bd45698b9bd315e3dd66925b /gcc | |
parent | f6b855dfad49f3f086e07946b0dca7a5a3a9fa1a (diff) | |
download | gcc-807d5e6fe104252a150525625c7730cec1921e00.zip gcc-807d5e6fe104252a150525625c7730cec1921e00.tar.gz gcc-807d5e6fe104252a150525625c7730cec1921e00.tar.bz2 |
config/picochip/picochip.C (PARAM_INLINE_CALL_COST): Remove.
From-SVN: r147862
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/picochip/picochip.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b861286..e07b8d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/picochip/picochip.c b/gcc/config/picochip/picochip.c index 56c58a8..358ef71 100644 --- a/gcc/config/picochip/picochip.c +++ b/gcc/config/picochip/picochip.c @@ -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, |