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: more robust purge_dead_edges


On Tue, Jul 24, 2001 at 11:45:11PM +0200, Jan Hubicka wrote:
> + 	  note = find_reg_note (insn, REG_BR_PROB, NULL);
> + 	  /* We should have prediction on each conditional jump.  */
> + 	  if (!note)
> + 	    abort ();

This is wrong -- these notes aren't added until at least
flow1.  This function is used by gcse.


r~


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