IA MCU psABI support: changes to libraries
[gcc.git] / gcc / bitmap.c
index 733c76727cddc3eb89d0a126151a75017f146a10..bafb4cc91c9d11f63373ce39c77e582721b74a74 100644 (file)
@@ -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);