summaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/loop-iv.c')
-rw-r--r--gcc/loop-iv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c
index d2cd66e1928..bf6359da4a0 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;
}