]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
statistics.c (statistics_counter_event): Do not record event in pass dump if its...
authorAndrey Belevantsev <abel@ispras.ru>
Wed, 3 Jun 2009 14:36:47 +0000 (18:36 +0400)
committerAndrey Belevantsev <abel@gcc.gnu.org>
Wed, 3 Jun 2009 14:36:47 +0000 (18:36 +0400)
commit5e1b50f68bda115d24af7f9ff13196e488eb59a5
treeae6f5c68f65ac74be8e21a8c67a9cecb919eb150
parent6f11d6900d932c1e64e77f84d98b954ed6aba798
statistics.c (statistics_counter_event): Do not record event in pass dump if its number == -1.

        * statistics.c (statistics_counter_event): Do not record event
        in pass dump if its number == -1.
        (curr_statistics_hash): Add assert that we never get passes
        with static number == -1.

From-SVN: r148131
gcc/ChangeLog
gcc/statistics.c