aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2001-12-24 15:44:45 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2001-12-24 10:44:45 -0500
commit5f0d23589fe634ef3b7986a5dc0e389abfe4c917 (patch)
treee186b987f46b4fb2c5b039a34787ffa2f09946d7 /gcc/rtl.h
parente88712b55bd1534c8ad70e40f0b81d92007e1000 (diff)
downloadgcc-5f0d23589fe634ef3b7986a5dc0e389abfe4c917.zip
gcc-5f0d23589fe634ef3b7986a5dc0e389abfe4c917.tar.gz
gcc-5f0d23589fe634ef3b7986a5dc0e389abfe4c917.tar.bz2
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
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
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));