aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2001-07-29 23:28:42 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2001-07-29 21:28:42 +0000
commit833366d6c90ddcb12ec0b7d63b6e57fd3b0f5793 (patch)
tree3c01d1ea251b427b8df8b3e9d0756203c265d556 /gcc/rtl.h
parentb5832b43726d2d44b202c7a5669b3e97a2bc60c2 (diff)
downloadgcc-833366d6c90ddcb12ec0b7d63b6e57fd3b0f5793.zip
gcc-833366d6c90ddcb12ec0b7d63b6e57fd3b0f5793.tar.gz
gcc-833366d6c90ddcb12ec0b7d63b6e57fd3b0f5793.tar.bz2
rtlanal.c (parms_set, [...]): Break out from...; handle multiple sets.
* rtlanal.c (parms_set, find_first_parameter_load): Break out from...; handle multiple sets. * except.c (sjlj_mark_call_sites): .... here. * gcse.c (insert_insn_end_bb): Use find_first_parameter_load. From-SVN: r44465
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 da454c2..3a97da3 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1432,6 +1432,7 @@ extern int auto_inc_p PARAMS ((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));
+extern rtx find_first_parameter_load PARAMS ((rtx, rtx));
/* flow.c */