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]
Other format: [Raw text]

Re: Fix purge_dead_edges wrt RESX


On Sun, Mar 07, 2004 at 02:45:49AM +0100, Jan Hubicka wrote:
> ! 	  if (can_throw_internal (BB_END (bb))
> ! 	      || (GET_CODE (BB_END (bb)) == JUMP_INSN
> ! 		  && GET_CODE (PATTERN (BB_END (bb))) == RESX))

I think it makes more sense to have can_throw_internal be true
for RESX instructions.


r~


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