diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-04 19:45:26 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-04 19:45:26 +0000 |
commit | 50d82c3cb8c40b4556cdf3c4e7d49e057f28ac3e (patch) | |
tree | 620b58f6baa549989fa26da81134ad19fdc06abc /gcc/rtl.h | |
parent | f0aa697e291d7fdf8272ddd77fe129818225e8ee (diff) | |
download | gcc-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.h | 1 |
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); |