OSDN Git Service

* recog.c (peephole2_optimize): Revert last change.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jun 2003 07:06:21 +0000 (07:06 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jun 2003 07:06:21 +0000 (07:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67533 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/recog.c

index 6a5ccf5..85e1b98 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
index 3135e6b..6f4a733 100644 (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;