Commit 87f60669 by Richard Kenner

(copy_loop_body): Add missing declaration of EXIT_LABEL parameter.

From-SVN: r1897
parent 5a73491b
...@@ -1373,6 +1373,7 @@ copy_loop_body (copy_start, copy_end, map, exit_label, last_iteration, ...@@ -1373,6 +1373,7 @@ copy_loop_body (copy_start, copy_end, map, exit_label, last_iteration,
copy_notes_from) copy_notes_from)
rtx copy_start, copy_end; rtx copy_start, copy_end;
struct inline_remap *map; struct inline_remap *map;
rtx exit_label;
int last_iteration; int last_iteration;
enum unroll_types unroll_type; enum unroll_types unroll_type;
rtx start_label, loop_end, insert_before, copy_notes_from; rtx start_label, loop_end, insert_before, copy_notes_from;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment