On Tue, May 03, 2016 at 10:28:37PM +0200, Steven Bosscher wrote: > On Tue, May 3, 2016 at 8:59 AM, Segher Boessenkool wrote: > > If the jump_block here contains just a return, we will crash later > > in invert_jump. Don't allow that case. > > But if jump_block contains a return, then it isn't the EXIT_BLOCK for > the function.
The single successor block of the jump block is the exit block. Too many blocks here ;-) Segher