Commit cf77f15f by Mark Mitchell Committed by Mark Mitchell

* function.c (free_after_compilation): Clear x_clobber_return_insn.

From-SVN: r37806
parent 079c384c
2000-11-27 Mark Mitchell <mark@codesourcery.com>
* function.c (free_after_compilation): Clear x_clobber_return_insn.
2000-11-27 Neil Booth <neilb@earthling.net>
* cppinit.c (cpp_reader_init): Remove handling of warn_paste
......
......@@ -483,6 +483,7 @@ free_after_compilation (f)
f->x_tail_recursion_label = NULL;
f->x_tail_recursion_reentry = NULL;
f->x_arg_pointer_save_area = NULL;
f->x_clobber_return_insn = NULL;
f->x_context_display = NULL;
f->x_trampoline_list = NULL;
f->x_parm_birth_insn = NULL;
......
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