* cp-tree.h (language_function): Remove x_last_dtor_insn and
commite6d50386dfda197233ceae4caf4583e3a8284df7
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Nov 1999 08:15:07 +0000 (9 08:15 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Nov 1999 08:15:07 +0000 (9 08:15 +0000)
tree4bd0c8b8cd44f4cee03af18fc6c62813f1cfe537
parentfa821ec2178f70e2aa98355edc1ff6606ba6a6f9
* cp-tree.h (language_function): Remove x_last_dtor_insn and
x_last_parm_cleanup_insn.
* decl.c (last_dtor_insn): Remove.
(last_parm_cleanup_insn): Likewise.
(expand_start_early_try_stmts): Don't set them.
(store_parm_decls): Likewise.
(save_function_data): Or save them.
(mark_lang_function): Or mark them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30457 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c