Re: Fix order of ENTRY and EXIT in reverse post order

2015-08-27 Thread Richard Biener
On Thu, Aug 27, 2015 at 4:33 PM, Michael Matz wrote: > Hello, > > I've this in my tree since some time already. In-tree there is only one > user of pre_and_rev_post_order_compute{,_fn} that actually wants entry and > exit included, and that one is just a debug routine > (draw_cfg_nodes_no_loops);

Fix order of ENTRY and EXIT in reverse post order

2015-08-27 Thread Michael Matz
Hello, I've this in my tree since some time already. In-tree there is only one user of pre_and_rev_post_order_compute{,_fn} that actually wants entry and exit included, and that one is just a debug routine (draw_cfg_nodes_no_loops); so this bug right now is harmless. But I've used this for s