This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix for cc0 targets and new jump
- To: Jan Hubicka <jh at suse dot cz>
- Subject: Re: fix for cc0 targets and new jump
- From: Richard Henderson <rth at redhat dot com>
- Date: Fri, 29 Jun 2001 07:59:54 -0700
- Cc: gcc-patches at gcc dot gnu dot org, patches at x86-64 dot org
- References: <20010629114123.D13501@atrey.karlin.mff.cuni.cz>
On Fri, Jun 29, 2001 at 11:41:23AM +0200, Jan Hubicka wrote:
> Should I set flag and call delete_trivially_dead_insns (updated for
> flowgraph) afterwards if converison happends, or do you think it is
> OK to just ignore it?
Ignore it.
> * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
Ok.
r~