* flow.c (merge_blocks): Return 1 if an extra jump is inserted.
authorwehle <wehle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Jul 2001 03:24:06 +0000 (03:24 +0000)
committerwehle <wehle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 31 Jul 2001 03:24:06 +0000 (03:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44498 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/flow.c

index d4182ed..be0e64a 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul 30 23:20:34 EDT 2001  John Wehle  (john@feith.com)
+
+        * flow.c (merge_blocks): Return 1 if an extra jump is inserted.
+
 2001-07-30  Richard Henderson  <rth@redhat.com>
 
        * config/ia64/ia64.h (DEBUG_RANGES_SECTION): New.
index b13591f..ce67be5 100644 (file)
@@ -3193,6 +3193,8 @@ merge_blocks (e, b, c, mode)
          if (GET_CODE (barrier) != BARRIER)
            abort ();
          flow_delete_insn (barrier);
+
+         return 1;
         }
 
       return 0;