------- Comment #5 from kkojima at gcc dot gnu dot org 2010-01-22 12:33 ------- (In reply to comment #4) > Conservatively increase length of undelayed conditional branches to prevent a > problem with the ds scheduler inserting an instruction in the slot.
Looks fine. A very minor nit, JUMP_P and JUMP_TABLE_DATA_P macro can be used for the first 3 lines of the if-condition. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42841