[patch] Fix for PR 14838

Richard Henderson rth@redhat.com
Sun Dec 5 01:17:00 GMT 2004


On Sat, Dec 04, 2004 at 07:01:16PM -0500, John David Anglin wrote:
> +	for (insn = next_insn (insn);
> +	     insn && NOTE_P (insn);
> +	     insn = next_insn (insn));

Please put a "continue;" on the next line.

Otherwise it looks ok.


r~



More information about the Gcc-patches mailing list