From 5f0d23589fe634ef3b7986a5dc0e389abfe4c917 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 24 Dec 2001 15:44:45 +0000 Subject: rtl.h (in_expr_list_p): New declaration. * rtl.h (in_expr_list_p): New declaration. * rtlanal.c (in_expr_list_p): New function. * cfgcleanup.c: Reformatting and minor code rearrangement. * cfglayout.c, cfgloop.c, cfgrtl.c: Likewise. From-SVN: r48304 --- gcc/rtl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index e4360d6..676d4ac 100644 --- 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)); -- cgit v1.1