]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/loop-iv.c
re PR tree-optimization/58697 (wrong code (segfaults) at -O3)
[thirdparty/gcc.git] / gcc / loop-iv.c
index 07f28e3affea67bb33e5acaf20c03eaca15fe968..b9bc3348733d1bf5e08e3f1e8518049fb0f66d6a 100644 (file)
@@ -3001,9 +3001,9 @@ find_simple_exit (struct loop *loop, struct niter_desc *desc)
          fprintf (dump_file, "\n");
 
          fprintf (dump_file, "  upper bound: %li\n",
-                  (long)max_loop_iterations_int (loop));
+                  (long)get_max_loop_iterations_int (loop));
          fprintf (dump_file, "  realistic bound: %li\n",
-                  (long)estimated_loop_iterations_int (loop));
+                  (long)get_estimated_loop_iterations_int (loop));
        }
       else
        fprintf (dump_file, "Loop %d is not simple.\n", loop->num);