diff options
Diffstat (limited to 'gnu/egcs/gcc/rtl.h')
-rw-r--r-- | gnu/egcs/gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/egcs/gcc/rtl.h b/gnu/egcs/gcc/rtl.h index c18ba1dc523..7f61a54b577 100644 --- a/gnu/egcs/gcc/rtl.h +++ b/gnu/egcs/gcc/rtl.h @@ -1087,6 +1087,7 @@ extern int for_each_rtx PROTO((rtx *, rtx_function, void *)); extern rtx regno_use_in PROTO((int, rtx)); extern int auto_inc_p PROTO((rtx)); extern void remove_node_from_expr_list PROTO((rtx, rtx *)); +extern int insns_safe_to_move_p PROTO((rtx, rtx, rtx *)); /* flow.c */ |