diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index f2f763e..8393884 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -1314,7 +1314,7 @@ cgraph_edge::redirect_call_stmt_to_callee (void) { if (dump_file) fprintf (dump_file, - "Expanding speculative call of %s/%i -> %s/%i count:" + "Expanding speculative call of %s/%i -> %s/%i count: " "%" PRId64"\n", xstrdup_for_dump (e->caller->name ()), e->caller->order, |