]> gcc.gnu.org Git - gcc.git/commit - gcc/dbxout.c
cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition instead of flag_reorde...
authorJan Hubicka <hubicka@ucw.cz>
Thu, 8 Jun 2017 14:23:43 +0000 (16:23 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 8 Jun 2017 14:23:43 +0000 (14:23 +0000)
commit0b6bc904227e2dae47f178e4d5468931669df197
treee7bbda0646d5e5eead946cd91b6a15bf7a0e2862
parent1ac644c8d04230fd1be85de1b102a819c11c87bd
cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition instead of flag_reorder_blocks_and_partition.

* cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
instead of flag_reorder_blocks_and_partition.
* dbxout.c (dbxout_function_end): Likewise.
* dwarf2out.c (gen_subprogram_die): Likewise.
* haifa-sched.c (sched_create_recovery_edges): Likewise.
* hw-doloop.c (reorg_loops): Likewise.
* varasm.c (assemble_start_function,
assemble_end_function): Likewise.
(decide_function_section): Do not check for
flag_reorder_blocks_and_partition.

From-SVN: r249017
gcc/ChangeLog
gcc/cfgrtl.c
gcc/dbxout.c
gcc/dwarf2out.c
gcc/haifa-sched.c
gcc/hw-doloop.c
gcc/varasm.c
This page took 0.060674 seconds and 5 git commands to generate.