sh.c (sh_output_mi_thunk): Do not call regset_release_memory.

2004-11-25  J"orn Rennecke <joern.rennecke@st.com>

	* sh.c (sh_output_mi_thunk): Do not call regset_release_memory.

From-SVN: r91273
This commit is contained in:
J"orn Rennecke 2004-11-25 04:29:31 +00:00 committed by Joern Rennecke
parent fc6fdbf3fe
commit f04e1b1b4d
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2004-11-25 J"orn Rennecke <joern.rennecke@st.com>
* sh.c (sh_output_mi_thunk): Do not call regset_release_memory.
2004-11-24 Jeff Law <law@redhat.com> 2004-11-24 Jeff Law <law@redhat.com>
* tree-ssa-alias.c (compute_flow_insensitive_aliasing): Reduce * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Reduce

View File

@ -9845,9 +9845,6 @@ sh_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED,
{ {
/* Release all memory allocated by flow. */ /* Release all memory allocated by flow. */
free_basic_block_vars (); free_basic_block_vars ();
/* Release all memory held by regsets now. */
regset_release_memory ();
} }
reload_completed = 0; reload_completed = 0;