On Sat, Jan 14, 2017 at 05:55:48PM +0000, Segher Boessenkool wrote: > - && extract_asm_operands (PATTERN (last)) != NULL_RTX > + && (extract_asm_operands (last) || JUMP_LABEL (last) == before)
Somehow I removed the PATTERN there; retesting with it. I'll test it on x86 as well, maybe it triggers there (it doesn't on PowerPC obviously). Segher