aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-06-28 05:39:40 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-28 05:39:40 +0000
commitf7400894d99e0482401d74affbd81ff1851423e1 (patch)
treeab3aaccd5999e927c043fd89ca44ebc01fac2de6 /gcc/rtl.h
parent92fee0d0c1ca5bbd12221a0ecb19886325623d9d (diff)
downloadgcc-f7400894d99e0482401d74affbd81ff1851423e1.zip
gcc-f7400894d99e0482401d74affbd81ff1851423e1.tar.gz
gcc-f7400894d99e0482401d74affbd81ff1851423e1.tar.bz2
explow.c (find_next_ref): Remove.
* explow.c (find_next_ref): Remove. * rtl.h: Remove the prototype for find_next_ref. From-SVN: r68628
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 52baa24..6255639 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1948,8 +1948,6 @@ extern rtx gen_lowpart_SUBREG PARAMS ((enum machine_mode, rtx));
/* REGNUM never really appearing in the INSN stream. */
#define INVALID_REGNUM (~(unsigned int) 0)
-extern rtx find_next_ref PARAMS ((rtx, rtx));
-
extern rtx output_constant_def PARAMS ((tree, int));
/* Called from integrate.c when a deferred constant is inlined. */