This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: try_redirect_by_replacing_jump fix
- To: Jan Hubicka <jh at suse dot cz>
- Subject: Re: try_redirect_by_replacing_jump fix
- From: Richard Henderson <rth at redhat dot com>
- Date: Sat, 7 Jul 2001 11:18:49 -0700
- Cc: gcc-patches at gcc dot gnu dot org, oldham at codesourcery dot com
- References: <20010707133401.C10923@atrey.karlin.mff.cuni.cz>
On Sat, Jul 07, 2001 at 01:34:01PM +0200, Jan Hubicka wrote:
> + if (basic_block_for_insn)
> + set_block_for_insn (src->end, src);
gen_jump can emit more than one insn.
Otherwise ok.
r~