diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-06-28 05:39:40 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-06-28 05:39:40 +0000 |
commit | f7400894d99e0482401d74affbd81ff1851423e1 (patch) | |
tree | ab3aaccd5999e927c043fd89ca44ebc01fac2de6 /gcc/rtl.h | |
parent | 92fee0d0c1ca5bbd12221a0ecb19886325623d9d (diff) | |
download | gcc-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. */ |