Commit 4d494dfe by John Wehle Committed by John Wehle

* flow.c (merge_blocks): Return 1 if an extra jump is inserted.

From-SVN: r44498
parent e8b3bcfd
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment