rtl.h (in_expr_list_p): New declaration.
[gcc.git] / gcc / rtl.h
index e4360d620d24567e274af218a37fb799f63ff426..676d4ace938d7a1bfcde8359013b6b80f6df0c2b 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1483,6 +1483,7 @@ typedef int (*rtx_function)             PARAMS ((rtx *, void *));
 extern int for_each_rtx                 PARAMS ((rtx *, rtx_function, void *));
 extern rtx regno_use_in                        PARAMS ((unsigned int, rtx));
 extern int auto_inc_p                  PARAMS ((rtx));
+extern int in_expr_list_p              PARAMS ((rtx, rtx));
 extern void remove_node_from_expr_list PARAMS ((rtx, rtx *));
 extern int insns_safe_to_move_p         PARAMS ((rtx, rtx, rtx *));
 extern int loc_mentioned_in_p          PARAMS ((rtx *, rtx));