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> 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 * recog.c (peephole2_optimize): Don't split block unless
can_throw_internal. can_throw_internal.
......
...@@ -3276,8 +3276,7 @@ peephole2_optimize (dump_file) ...@@ -3276,8 +3276,7 @@ peephole2_optimize (dump_file)
XEXP (note, 0), XEXP (note, 0),
REG_NOTES (x)); REG_NOTES (x));
if (x != bb->end && eh_edge if (x != bb->end && eh_edge)
&& can_throw_internal (x))
{ {
edge nfte, nehe; edge nfte, nehe;
int flags; 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