]> git.ipfire.org Git - thirdparty/gcc.git/commit
bitmap.c (struct bitmap_descriptor_d): Use unsigned HOST_WIDEST_INT for all counters.
authorSteven Bosscher <steven@gcc.gnu.org>
Thu, 7 Mar 2013 17:27:52 +0000 (17:27 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Thu, 7 Mar 2013 17:27:52 +0000 (17:27 +0000)
commitc4c2f9fa57d529def134eb95c0a9702aec7b3002
treed681019b5608b07085f815b32e7b7a7e147a154f
parentd415f879a08ce6ac17bfb32c097fe6912a20acf9
bitmap.c (struct bitmap_descriptor_d): Use unsigned HOST_WIDEST_INT for all counters.

* bitmap.c (struct bitmap_descriptor_d): Use unsigned HOST_WIDEST_INT
for all counters.
(struct output_info): Likewise.
(register_overhead): Remove bad gcc_assert.
(bitmap_find_bit): If there is only a single bitmap element, do not
count a miss as a search.
(print_statistics): Update for counter type changes.
(dump_bitmap_statistics): Likewise.  Print headers such that they
are properly lined up with the printed counters.

From-SVN: r196525
gcc/ChangeLog
gcc/bitmap.c