summaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2015-06-16 15:24:54 +0200
committerMartin Liska <marxin@gcc.gnu.org>2015-06-16 13:24:54 +0000
commitca30789c8a33028a0fd0aaf6715d3de460556526 (patch)
tree6c0e87d0db22d0030a590873fd2f9392ab7b7cfb /gcc/bitmap.c
parent022850c0eedd0dd9fc0c6f2d1b41ec3bef031323 (diff)
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
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r--gcc/bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c
index 733c76727cd..bafb4cc91c9 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);