Re: [PATCH] cfg_layout_merge_blocks cleanup

2012-03-05 Thread Richard Guenther
On Mon, 5 Mar 2012, Jakub Jelinek wrote: > Hi! > > Here is a tiny cleanup, written as part of PR52139 fix. > Bootstrapped/regtested on x86_64-linux and i686-linux, > ok for trunk? Ok. Thanks, Richard. > 2012-03-05 Jakub Jelinek > > * cfgrtl.c (cfg_layout_merge_blocks): Cleanup. > >

[PATCH] cfg_layout_merge_blocks cleanup

2012-03-05 Thread Jakub Jelinek
Hi! Here is a tiny cleanup, written as part of PR52139 fix. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2012-03-05 Jakub Jelinek * cfgrtl.c (cfg_layout_merge_blocks): Cleanup. --- gcc/cfgrtl.c.jj 2012-02-07 16:05:47.977533716 +0100 +++ gcc/cfgrtl.c