bb-reorder.c (insert_section_boundary_note): Don't check optimize_function_for_speed_p.
authorBernd Schmidt <bernds@codesourcery.com>
Wed, 7 Sep 2011 17:38:29 +0000 (17:38 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Wed, 7 Sep 2011 17:38:29 +0000 (17:38 +0000)
commitca1ae7e38dc2cfbb9e62e49ad6bbcc35f6038a7c
tree100018d65570ea82bfb6bb98f81863956490c2cd
parentd14e12290a84760c3c8c02f3fb2be067cc1d2fe7
bb-reorder.c (insert_section_boundary_note): Don't check optimize_function_for_speed_p.

* bb-reorder.c (insert_section_boundary_note): Don't check
optimize_function_for_speed_p.
(gate_handle_partition_blocks): Do it here instead.
(gate_handle_reorder_blocks): Move preliminary checks here ...
(rest_of_handle_reorder_blocks): ... from here.

From-SVN: r178657
gcc/ChangeLog
gcc/bb-reorder.c