* config/sh/sh.c (sh_output_mi_thunk): Free cfun.

From-SVN: r133865
This commit is contained in:
Kaz Kojima 2008-04-03 09:07:17 +00:00
parent 60c4d1358a
commit 2a7428c0c5
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-04-03 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.c (sh_output_mi_thunk): Free cfun.
2008-04-03 Tom Tromey <tromey@redhat.com>
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

View File

@ -10513,6 +10513,7 @@ sh_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED,
final_start_function (insns, file, 1);
final (insns, file, 1);
final_end_function ();
free_after_compilation (cfun);
reload_completed = 0;
epilogue_completed = 0;