cp-tree.h (language_function): Remove x_last_dtor_insn and x_last_parm_cleanup_insn.
authorMark Mitchell <mark@codesourcery.com>
Tue, 9 Nov 1999 08:15:07 +0000 (08:15 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 9 Nov 1999 08:15:07 +0000 (08:15 +0000)
commit3e4010c4d872cd1a886b142b790f35df0a8053c2
tree4bd0c8b8cd44f4cee03af18fc6c62813f1cfe537
parentfe1b3b96aef55da97eda079a69381860ee764c3b
cp-tree.h (language_function): Remove x_last_dtor_insn and x_last_parm_cleanup_insn.

* 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.

From-SVN: r30457
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c