aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index c3e20b7..c379b61 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -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)];