emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl.
authorPaolo Bonzini <bonzini@gnu.org>
Fri, 18 Jun 2004 07:33:08 +0000 (07:33 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Fri, 18 Jun 2004 07:33:08 +0000 (07:33 +0000)
commitfd743bc1097ad82cd5bccc9149ac0f63ce36a239
tree9e387d4d3a8ab7e756314c707d213eb7562b69a4
parent24a88b0c7a37254d961e740f1dc5071177107c01
emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl.

2004-06-18  Paolo Bonzini  <bonzini@gnu.org>

* emit-rtl.c (unshare_all_rtl_1): New name of unshare_all_rtl.
(unshare_all_rtl_again): Call unshare_all_rtl_1.
(unshare_all_rtl): New.
* function.c (instantiate_virtual_regs): Remove parameters.
* function.h (instantiate_virtual_regs): Add prototype.
* rtl.h (unshare_all_rtl): Add prototype.
* tree.h (instantiate_virtual_regs, unshare_all_rtl): Remove
prototype.
* passes.c: Remove assertions on the parameters to
rest_of_handle_* functions.  Remove the parameters to
the functions, replacing decl with current_function_decl
and insns with get_insns ().

From-SVN: r83341
gcc/ChangeLog
gcc/emit-rtl.c
gcc/function.c
gcc/function.h
gcc/passes.c
gcc/rtl.h
gcc/tree.h