diff options
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7944,6 +7944,7 @@ insert_bct (loop_start, loop_end, loop_info) int i; unsigned HOST_WIDE_INT n_iterations; +#if 0 int increment_direction, compare_direction; /* If the loop condition is <= or >=, the number of iteration @@ -7951,6 +7952,7 @@ insert_bct (loop_start, loop_end, loop_info) int add_iteration = 0; enum machine_mode loop_var_mode = word_mode; +#endif int loop_num = uid_loop_num [INSN_UID (loop_start)]; |