On Fri, 2005-01-04 at 00:10 -0500, Grzegorz B. Prokopski wrote:
> /* Leave the rest as it was. */
> FOR_EACH_BB (bb)
> if ((bb->next_bb != EXIT_BLOCK_PTR) && (!bb->rbi->next))
> bb->rbi->next = bb->next_bb;
This code worked well in some o
ld make an arbitrary
reordering and it will be followed, sometimes at the cost of added jumps
and labels. [*]
Any help will be greatly appreciated,
Grzegorz B. Prokopski
[*] For the moment I ignore the issues like the max allowed distance to
a cond. jump target.