aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-03-04 19:45:26 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-03-04 19:45:26 +0000
commit22ec0cc8fe72d568b45b16ad88d2aceef9ea75f4 (patch)
tree620b58f6baa549989fa26da81134ad19fdc06abc /gcc/rtl.h
parent2f8dc5bb4c14c4cd524c5f72a814fc46a4c06024 (diff)
downloadgcc-22ec0cc8fe72d568b45b16ad88d2aceef9ea75f4.zip
gcc-22ec0cc8fe72d568b45b16ad88d2aceef9ea75f4.tar.gz
gcc-22ec0cc8fe72d568b45b16ad88d2aceef9ea75f4.tar.bz2
rtlanal.c (insns_safe_to_move_p): Remove.
* rtlanal.c (insns_safe_to_move_p): Remove. * rtl.h: Remove the prototype for insns_safe_to_move_p. From-SVN: r111713
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 409734d..a6cd580 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1734,7 +1734,6 @@ extern rtx regno_use_in (unsigned int, rtx);
extern int auto_inc_p (rtx);
extern int in_expr_list_p (rtx, rtx);
extern void remove_node_from_expr_list (rtx, rtx *);
-extern int insns_safe_to_move_p (rtx, rtx, rtx *);
extern int loc_mentioned_in_p (rtx *, rtx);
extern rtx find_first_parameter_load (rtx, rtx);
extern bool keep_with_call_p (rtx);