mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 04:49:31 +08:00
* flow.c (merge_blocks): Return 1 if an extra jump is inserted.
From-SVN: r44498
This commit is contained in:
parent
e8b3bcfd3f
commit
4d494dfe26
@ -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.
|
||||
|
@ -3193,6 +3193,8 @@ merge_blocks (e, b, c, mode)
|
||||
if (GET_CODE (barrier) != BARRIER)
|
||||
abort ();
|
||||
flow_delete_insn (barrier);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user