From ca30789c8a33028a0fd0aaf6715d3de460556526 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Tue, 16 Jun 2015 15:24:54 +0200 Subject: Fallout for new memory statistics infrastructure. * bitmap.c (dump_bitmap_statistics): Fix GNU coding style. * hash-table.c (void dump_hash_table_loc_statistics): Add missing guard. From-SVN: r224518 --- gcc/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/bitmap.c') diff --git a/gcc/bitmap.c b/gcc/bitmap.c index 733c767..bafb4cc 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -2074,7 +2074,7 @@ bitmap_print (FILE *file, const_bitmap head, const char *prefix, void dump_bitmap_statistics (void) { - if (! GATHER_STATISTICS) + if (!GATHER_STATISTICS) return; bitmap_mem_desc.dump (BITMAP_ORIGIN); -- cgit v1.1