On Thu, Jan 10, 2013 at 6:31 PM, Marek Polacek wrote: > + /* We changed the CFG. Recompute irreducible BBs and edges. */ > + mark_irreducible_loops ();
This is a very expensive fix for a really unusual situation. I don't think this is the right thing to do... Ciao! Steven