diff options
Diffstat (limited to 'gcc/loop.c')
-rwxr-xr-x | gcc/loop.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7634,8 +7634,12 @@ check_dbra_loop (loop_end, insn_count, loop_start, loop_info) } } } +#ifndef OLD_COMPILER else if (GET_CODE (bl->biv->add_val) == CONST_INT && INTVAL (bl->biv->add_val) > 0) +#else + else if (INTVAL (bl->biv->add_val) > 0) +#endif { /* Try to change inc to dec, so can apply above optimization. */ /* Can do this if: |