diff options
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r-- | gcc/bitmap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c index 71d5b11..66066a6 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -2170,8 +2170,8 @@ print_statistics (bitmap_descriptor_d **slot, bitmap_output_info *i) sprintf (s, "%s:%i (%s)", s1, d->line, d->function); s[41] = 0; fprintf (stderr, - "%-41s %9u %15"PRId64" %15"PRId64" %15"PRId64 - " %10"PRId64" %10"PRId64"\n", + "%-41s %9u %15" PRId64" %15" PRId64" %15" PRId64 + " %10" PRId64" %10" PRId64"\n", s, d->created, d->allocated, d->peak, d->current, d->nsearches, d->search_iter); @@ -2204,7 +2204,7 @@ dump_bitmap_statistics (void) bitmap_desc_hash->traverse <bitmap_output_info *, print_statistics> (&info); fprintf (stderr, "---------------------------------------------------------------------------------\n"); fprintf (stderr, - "%-41s %9"PRId64" %15"PRId64"\n", + "%-41s %9" PRId64" %15" PRId64"\n", "Total", info.count, info.size); fprintf (stderr, "---------------------------------------------------------------------------------\n"); } |