diff options
Diffstat (limited to 'gcc/tree-data-ref.c')
-rw-r--r-- | gcc/tree-data-ref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index 025368d54cd..ee181a69720 100644 --- a/gcc/tree-data-ref.c +++ b/gcc/tree-data-ref.c @@ -1716,7 +1716,7 @@ bool estimated_loop_iterations (struct loop *loop, bool conservative, double_int *nit) { - estimate_numbers_of_iterations_loop (loop); + estimate_numbers_of_iterations_loop (loop, true); if (conservative) { if (!loop->any_upper_bound) |