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


> 	if (computed_jump_p (insn))
> 	  return;
> or
> 	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.

Honza
> 	  return;
> 
> 
> r~


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