summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-15 04:14:10 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-15 04:14:10 +0000
commit41926c326dabbe8c53b44266e613ab805006ee96 (patch)
tree5e6a25a8f4422169f1a52a50f4a3ad63e1d3b06a /gcc/rtl.h
parentffe35668043bd50a0bd867eab35804910159bd56 (diff)
downloadgcc-41926c326dabbe8c53b44266e613ab805006ee96.tar.gz
* rtlanal.c (regs_set_between_p): Remove.
* rtl.h: Remove the corresponding prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93685 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 52aef454ef6..1e212e72fbd 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1579,7 +1579,6 @@ extern int count_occurrences (rtx, rtx, int);
extern int reg_referenced_p (rtx, rtx);
extern int reg_used_between_p (rtx, rtx, rtx);
extern int reg_set_between_p (rtx, rtx, rtx);
-extern int regs_set_between_p (rtx, rtx, rtx);
extern int commutative_operand_precedence (rtx);
extern int swap_commutative_operands_p (rtx, rtx);
extern int modified_between_p (rtx, rtx, rtx);