Re: [PATCH] Split critical edges before late uninit warning pass

2013-09-11 Thread Richard Biener
On Wed, 11 Sep 2013, Jakub Jelinek wrote: > On Wed, Sep 11, 2013 at 12:00:04PM +0200, Richard Biener wrote: > > It should make -Og more usable on the branch and as it is quite > > new I suppose the change qualifies for the branch (I lately > > moved some passes there for other diagnostic issues).

Re: [PATCH] Split critical edges before late uninit warning pass

2013-09-11 Thread Jakub Jelinek
On Wed, Sep 11, 2013 at 12:00:04PM +0200, Richard Biener wrote: > It should make -Og more usable on the branch and as it is quite > new I suppose the change qualifies for the branch (I lately > moved some passes there for other diagnostic issues). > > Opinions on generally splitting critical edges