From: Bernd Schmidt Date: Fri, 2 Oct 1998 09:53:03 +0000 (-0600) Subject: * recog.c (alter_subreg): Delete declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a330a79ef5e3542f366c38eee24cc23192acade8;p=gcc.git * recog.c (alter_subreg): Delete declaration. From-SVN: r22749 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b2305564591..253444f6d77 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 2 10:51:35 1998 Bernd Schmidt + + * recog.c (alter_subreg): Delete declaration. + 1998-10-02 Andreas Jaeger * Makefile.in (cccp.o): Fix typo in last patch. diff --git a/gcc/recog.c b/gcc/recog.c index 9f6a1eaf669..1127cb801e3 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -40,9 +40,6 @@ Boston, MA 02111-1307, USA. */ #endif #endif -/* Import from final.c: */ -extern rtx alter_subreg (); - static void validate_replace_rtx_1 PROTO((rtx *, rtx, rtx, rtx)); static rtx *find_single_use_1 PROTO((rtx, rtx *)); static rtx *find_constant_term_loc PROTO((rtx *));