aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2004-06-18 07:33:08 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2004-06-18 07:33:08 +0000
commitfd743bc1097ad82cd5bccc9149ac0f63ce36a239 (patch)
tree9e387d4d3a8ab7e756314c707d213eb7562b69a4 /gcc/rtl.h
parent24a88b0c7a37254d961e740f1dc5071177107c01 (diff)
downloadgcc-fd743bc1097ad82cd5bccc9149ac0f63ce36a239.zip
gcc-fd743bc1097ad82cd5bccc9149ac0f63ce36a239.tar.gz
gcc-fd743bc1097ad82cd5bccc9149ac0f63ce36a239.tar.bz2
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
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index edd750b..34de872 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2177,6 +2177,7 @@ extern void pop_topmost_sequence (void);
extern void reverse_comparison (rtx);
extern void set_new_first_and_last_insn (rtx, rtx);
extern void set_new_last_label_num (int);
+extern void unshare_all_rtl (void);
extern void unshare_all_rtl_again (rtx);
extern void unshare_all_rtl_in_chain (rtx);
extern void verify_rtl_sharing (void);