From: J"orn Rennecke Date: Thu, 25 Nov 2004 04:29:31 +0000 (+0000) Subject: sh.c (sh_output_mi_thunk): Do not call regset_release_memory. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f04e1b1b4d1a6f57c01894a4a87931c9d7c820ff;p=platform%2Fupstream%2Fgcc.git sh.c (sh_output_mi_thunk): Do not call regset_release_memory. 2004-11-25 J"orn Rennecke * sh.c (sh_output_mi_thunk): Do not call regset_release_memory. From-SVN: r91273 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 94ada81..142c13c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-25 J"orn Rennecke + + * sh.c (sh_output_mi_thunk): Do not call regset_release_memory. + 2004-11-24 Jeff Law * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Reduce diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index c4c1e16..162f5c6 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -9845,9 +9845,6 @@ sh_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED, { /* Release all memory allocated by flow. */ free_basic_block_vars (); - - /* Release all memory held by regsets now. */ - regset_release_memory (); } reload_completed = 0;