diff options
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2749,8 +2749,7 @@ find_and_verify_loops (f, loops) /* Include the BARRIER after INSN and copy the block after LOC. */ - new_label = squeeze_notes (new_label, - last_insn_to_move); + squeeze_notes (&new_label, &last_insn_to_move); reorder_insns (new_label, last_insn_to_move, loc); /* All those insns are now in TARGET_LOOP. */ |