diff options
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/loop.c b/gcc/loop.c index 96f5e66b65e..19b21e30278 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -5489,6 +5489,7 @@ record_biv (v, insn, dest_reg, inc_val, mult_val, location, rtx *location; int not_every_iteration; int maybe_multiple; + int multi_insn_incr; { struct iv_class *bl; |