* cfgcleanup.c (try_optimize_cfg): Call merge_block only when
jump is simplejump.
From-SVN: r53129
-Fri May 3 22:53:37 CEST 2002 Jan Hubicka <jh@suse.cz>
+Fri May 3 22:59:15 CEST 2002 Jan Hubicka <jh@suse.cz>
+
+ * cfgcleanup.c (try_optimize_cfg): Call merge_block only when
+ jump is simplejump.
+
+Fri May 3 22:53:37 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.c (expand_movstr, expand_clrstr): Fix inline-all-stringops
sequence.
/* If the jump insn has side effects,
we can't kill the edge. */
&& (GET_CODE (b->end) != JUMP_INSN
- || onlyjump_p (b->end))
+ || simplejump_p (b->end))
&& merge_blocks (s, b, c, mode))
changed_here = true;