summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-04 19:45:26 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-04 19:45:26 +0000
commit50d82c3cb8c40b4556cdf3c4e7d49e057f28ac3e (patch)
tree620b58f6baa549989fa26da81134ad19fdc06abc /gcc/rtl.h
parentf0aa697e291d7fdf8272ddd77fe129818225e8ee (diff)
downloadgcc-50d82c3cb8c40b4556cdf3c4e7d49e057f28ac3e.tar.gz
* rtlanal.c (insns_safe_to_move_p): Remove.
* rtl.h: Remove the prototype for insns_safe_to_move_p. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111713 138bc75d-0d04-0410-961f-82ee72b054a4
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 409734d4b88..a6cd5808202 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);