This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patches] Re: more robust purge_dead_edges


On Wed, Jul 25, 2001 at 12:29:52AM +0200, Jan Hubicka wrote:
> > 	if (! any_condjump_p (insn)
> > 	    && ! simplejump_p (insn)
> > 	    && ! returnjump_p (insn))
> I would vote for this one.
> We don't want to see tablejumps too. I am not sure if they qualify
> as computed jumps.

Neither am I.  The most recent version is ok with the above change.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]