aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 6f68b58..a22e8a0 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -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. */