summaryrefslogtreecommitdiff
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, 0 insertions, 2 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index dcae8d0c6f4..082fc817060 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -3927,10 +3927,8 @@ strength_reduce (scan_start, end, loop_top, insn_count,
&add_val, &mult_val,
&last_consec_insn))))
{
- int count;
struct induction *v
= (struct induction *) alloca (sizeof (struct induction));
- rtx temp;
/* If this is a library call, increase benefit. */
if (find_reg_note (p, REG_RETVAL, NULL_RTX))