Commit 7654db1b by Richard Henderson Committed by Richard Henderson

* recog.c (peephole2_optimize): Revert last change.

From-SVN: r67533
parent c1dbd774
2003-06-05 Richard Henderson <rth@redhat.com>
* recog.c (peephole2_optimize): Revert last change.
2003-06-05 Richard Henderson <rth@redhat.com>
* recog.c (peephole2_optimize): Don't split block unless
can_throw_internal.
......
......@@ -3276,8 +3276,7 @@ peephole2_optimize (dump_file)
XEXP (note, 0),
REG_NOTES (x));
if (x != bb->end && eh_edge
&& can_throw_internal (x))
if (x != bb->end && eh_edge)
{
edge nfte, nehe;
int flags;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment