> On Fri, Feb 16, 2001 at 07:46:24PM +0100, Jan Hubicka wrote: > > ! while (insn != current_block->end) > > Incorrect. This does not process the last instruction in the block. It does - the following line is insn = NEXT_INSN (insn). Honza > > > r~