]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/sched-int.h
re PR rtl-optimization/58960 (ICE in bmp_iter_set_init)
authorAndrey Belevantsev <abel@ispras.ru>
Tue, 18 Feb 2014 05:41:29 +0000 (09:41 +0400)
committerAndrey Belevantsev <abel@gcc.gnu.org>
Tue, 18 Feb 2014 05:41:29 +0000 (09:41 +0400)
commitc4cd7435e4ace8e90561b659b810dd5a5841f77a
tree1bed52a7e0c474f02696375301f02d1025258742
parent877ae087f4ec1ca3505b0008f26ca92e2ef906e8
re PR rtl-optimization/58960 (ICE in bmp_iter_set_init)

        PR rtl-optimization/58960
        * haifa-sched.c (alloc_global_sched_pressure_data): New,
        factored out from ...
        (sched_init): ... here.
        (free_global_sched_pressure_data): New, factored out from ...
        (sched_finish): ... here.
        * sched-int.h (free_global_sched_pressure_data): Declare.
        * sched-rgn.c (nr_regions_initial): New static global.
        (haifa_find_rgns): Initialize it.
        (schedule_region): Disable sched-pressure for the newly
        generated regions.

From-SVN: r207832
gcc/ChangeLog
gcc/haifa-sched.c
gcc/sched-int.h
gcc/sched-rgn.c