Commit f04e1b1b by J"orn Rennecke Committed by Joern Rennecke

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
parent fc6fdbf3
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>
* tree-ssa-alias.c (compute_flow_insensitive_aliasing): Reduce
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment