diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-18 07:33:08 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-18 07:33:08 +0000 |
commit | a40c0eeb36adbea53a4105855407b90e6b4a416a (patch) | |
tree | 9e387d4d3a8ab7e756314c707d213eb7562b69a4 /gcc/function.h | |
parent | 3a97687ee15b270e65051917fce3212dc17c58bd (diff) | |
download | gcc-a40c0eeb36adbea53a4105855407b90e6b4a416a.tar.gz |
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 ().
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83341 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 19e3400eee9..76a281a6192 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -613,6 +613,7 @@ extern void use_return_register (void); extern rtx get_arg_pointer_save_area (struct function *); extern void init_virtual_regs (struct emit_status *); +extern void instantiate_virtual_regs (void); /* Returns the name of the current function. */ extern const char *current_function_name (void); |