summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-18 06:22:04 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-18 06:22:04 +0000
commit793c96284d16f9a3ba70b0ba74f5e449a421aec5 (patch)
treedc3af62149dc2475f79163af45e3855d6a8c3641 /gcc/rtl.h
parenteeeca2a666ad76def915c227e38ca5d1e6cdddf5 (diff)
downloadgcc-793c96284d16f9a3ba70b0ba74f5e449a421aec5.tar.gz
* rtlanal.c (global_reg_mentioned_p_1,
global_reg_mentioned_p): Remove. * rtl.h: Remove the prototype for global_reg_mentioned_p. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109871 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 5cd651c6060..f3ec0659ae7 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1577,7 +1577,6 @@ extern int rtx_varies_p (rtx, int);
extern int rtx_addr_varies_p (rtx, int);
extern HOST_WIDE_INT get_integer_term (rtx);
extern rtx get_related_value (rtx);
-extern int global_reg_mentioned_p (rtx);
extern int reg_mentioned_p (rtx, rtx);
extern int count_occurrences (rtx, rtx, int);
extern int reg_referenced_p (rtx, rtx);