aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-03-05 05:59:55 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-03-05 05:59:55 +0000
commitdc782dcd16b10eb6b4d083222228f8cd1ac52ac1 (patch)
tree3ac484d3889a176c446b3e80e4f3680dd5482d7b /gcc/rtl.h
parent3c491cab150587a6349ca9680b5bf2cc055a8137 (diff)
downloadgcc-dc782dcd16b10eb6b4d083222228f8cd1ac52ac1.zip
gcc-dc782dcd16b10eb6b4d083222228f8cd1ac52ac1.tar.gz
gcc-dc782dcd16b10eb6b4d083222228f8cd1ac52ac1.tar.bz2
rtlanal.c (replace_reg): Remove.
* rtlanal.c (replace_reg): Remove. * rtl.h: Remove the prototype for replace_reg. From-SVN: r111730
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 3d182f5..47d7b0d 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1723,7 +1723,6 @@ extern int may_trap_after_code_motion_p (rtx);
extern int may_trap_or_fault_p (rtx);
extern int inequality_comparisons_p (rtx);
extern rtx replace_rtx (rtx, rtx, rtx);
-extern rtx replace_regs (rtx, rtx *, unsigned int, int);
extern int replace_label (rtx *, void *);
extern int rtx_referenced_p (rtx, rtx);
extern bool tablejump_p (rtx, rtx *, rtx *);