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

From-SVN: r67533
This commit is contained in:
Richard Henderson 2003-06-06 00:06:21 -07:00 committed by Richard Henderson
parent c1dbd774f6
commit 7654db1b66
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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;