* recog.c (alter_subreg): Delete declaration.
From-SVN: r22749
This commit is contained in:
parent
8547cf54af
commit
a330a79ef5
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Oct 2 10:51:35 1998 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
|
||||
|
||||
* recog.c (alter_subreg): Delete declaration.
|
||||
|
||||
1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||
|
||||
* Makefile.in (cccp.o): Fix typo in last patch.
|
||||
|
|
|
@ -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 *));
|
||||
|
|
Loading…
Add table
Reference in a new issue