(move_movables): For move_insn case, skip notes when deleting

instructions.

From-SVN: r8475
This commit is contained in:
Richard Kenner 1994-11-16 19:28:34 -05:00
parent ec2d92affb
commit dd202606f5
1 changed files with 2 additions and 0 deletions

View File

@ -1685,6 +1685,8 @@ move_movables (movables, threshold, insn_count, loop_start, end, nregs)
}
p = delete_insn (p);
while (p && GET_CODE (p) == NOTE)
p = NEXT_INSN (p);
}
start_sequence ();