* flow.c (merge_blocks): Return 1 if an extra jump is inserted.
From-SVN: r44498
This commit is contained in:
parent
e8b3bcfd3f
commit
4d494dfe26
2 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue