* flow.c (merge_blocks): Return 1 if an extra jump is inserted.
authorJohn Wehle <john@feith.com>
Tue, 31 Jul 2001 03:24:06 +0000 (03:24 +0000)
committerJohn Wehle <wehle@gcc.gnu.org>
Tue, 31 Jul 2001 03:24:06 +0000 (03:24 +0000)
From-SVN: r44498

gcc/ChangeLog
gcc/flow.c

index d4182eda7de11a17752387a170eb4e14321cdd07..be0e64aa9b49279e4370443753a0fa65e868949a 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 b13591f044cb00274c518b208100dbf797a4dbb6..ce67be58167ea99aa8a2e958d23c2f4568a64f3b 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;