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. Is the conditional jump a conditional return insn? Ciao! Steven