aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJohn Wehle <john@feith.com>2002-03-21 06:59:43 +0000
committerJohn Wehle <wehle@gcc.gnu.org>2002-03-21 06:59:43 +0000
commitc14b9960142c1daeff4f6098819beaed1edae50e (patch)
tree6b14d4c2f9960628888847cc9e4f77a205cf4a8c /gcc/rtl.h
parent380f343b245bdc410e2f5bd0fcddaa294511d834 (diff)
downloadgcc-c14b9960142c1daeff4f6098819beaed1edae50e.zip
gcc-c14b9960142c1daeff4f6098819beaed1edae50e.tar.gz
gcc-c14b9960142c1daeff4f6098819beaed1edae50e.tar.bz2
alias.c: (nonlocal_mentioned_p): Use for_each_rtx.
* alias.c: (nonlocal_mentioned_p): Use for_each_rtx. (nonlocal_mentioned_p_1): New function. (nonlocal_referenced_p, nonlocal_referenced_p_1): Likewise. (nonlocal_set_p, nonlocal_set_p_1): Likewise. (mark_constant_function): Recognize pure functions. * rtl.h (global_reg_mentioned_p): New prototype. * rtlanal.c (global_reg_mentioned_p, global_reg_mentioned_p_1): New function. From-SVN: r51113
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 711f53b..3c51155 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1461,6 +1461,7 @@ extern int rtx_addr_varies_p PARAMS ((rtx, int));
extern HOST_WIDE_INT get_integer_term PARAMS ((rtx));
extern rtx get_related_value PARAMS ((rtx));
extern rtx get_jump_table_offset PARAMS ((rtx, rtx *));
+extern int global_reg_mentioned_p PARAMS ((rtx));
extern int reg_mentioned_p PARAMS ((rtx, rtx));
extern int count_occurrences PARAMS ((rtx, rtx, int));
extern int reg_referenced_p PARAMS ((rtx, rtx));