diff options
Diffstat (limited to 'gcc/loop-iv.c')
-rw-r--r-- | gcc/loop-iv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index d2cd66e..bf6359d 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -2360,7 +2360,7 @@ determine_max_iter (struct loop *loop, struct niter_desc *desc, rtx old_niter) if (andmax) nmax = MIN (nmax, andmax); if (dump_file) - fprintf (dump_file, ";; Determined upper bound %"PRId64".\n", + fprintf (dump_file, ";; Determined upper bound %" PRId64".\n", nmax); return nmax; } |