On Sat, Oct 26, 2013 at 6:45 AM, Hans-Peter Nilsson <h...@bitrange.com> wrote: > On Sat, 26 Oct 2013, Jeff Law wrote: > >> It appears that mudflap creeped into one additional file (targhooks) between >> the time I bootstrapped the final change and committed the change. This >> also >> elimiantes PRED_MUDFLAP which I missed the first time around. >> >> Given this is currently breaking boostrap, I'm checking it in proactively, >> but >> will allow my bootstrap and regression test to continue overnight. > > Yeah, cris-elf is broken too. I use PRED_MUDFLAP in > cris_emit_trap_for_misalignment, which should explain its use. > Is there a replacement?
I think you could use PRED_NORETURN which should be a reasonable replacement. Thanks, Andrew Pinski > > PRED_MUDFLAP: > -/* Branches to a mudflap bounds check are extremely unlikely. > > brgds, H-P