(scan_loop): When skipping consecutive insns, don't count notes.

From-SVN: r5682
This commit is contained in:
Doug Evans 1993-10-08 17:55:28 +00:00
parent fc1557074c
commit 202a34fdb3
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ scan_loop (loop_start, end, nregs)
if (m->consec > 0)
{
/* Skip this insn, not checking REG_LIBCALL notes. */
p = NEXT_INSN (p);
p = next_nonnote_insn (p);
/* Skip the consecutive insns, if there are any. */
p = skip_consec_insns (p, m->consec);
/* Back up to the last insn of the consecutive group. */