This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] jump.c: Remove an unused function.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 23 Jun 2003 11:21:35 -0400 (EDT)
- Subject: Re: [patch] jump.c: Remove an unused function.
- References: <20030623.101058.94889725.kazu@cs.umass.edu>
Hi,
> 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
>
> * jump.c (next_nondeleted_insn): Remove.
> * rtl.h: Remove the prototype for next_nondeleted_insn.
Bootstrapped on i686-pc-linux-gnu.
Kazu Hirata