diff options
Diffstat (limited to 'gcc/loop-unroll.c')
-rw-r--r-- | gcc/loop-unroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c index 7fd3177..568fd7b 100644 --- a/gcc/loop-unroll.c +++ b/gcc/loop-unroll.c @@ -469,7 +469,7 @@ decide_peel_once_rolling (struct loop *loop, int flags ATTRIBUTE_UNUSED) || desc->infinite || !desc->const_iter || (desc->niter != 0 - && max_loop_iterations_int (loop) != 0)) + && get_max_loop_iterations_int (loop) != 0)) { if (dump_file) fprintf (dump_file, |