]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/sel-sched.c
Eliminate SET_BASIC_BLOCK macro.
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 9 Dec 2013 20:02:33 +0000 (20:02 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 9 Dec 2013 20:02:33 +0000 (20:02 +0000)
commit557c4b493bcfbda45babb0752455798328849630
tree28af56a0f26a4692c16613add501bc7186b7be8e
parentea19eb9fba65626b303781048830f5db22a1cfa5
Eliminate SET_BASIC_BLOCK macro.

gcc/
* basic-block.h (SET_BASIC_BLOCK): Eliminate macro.

* cfg.c (compact_blocks): Replace uses of SET_BASIC_BLOCK
with SET_BASIC_BLOCK_FOR_FN, making use of cfun explicit.
(expunge_block): Likewise.
* cfgrtl.c (create_basic_block_structure): Likewise.
* df-core.c (df_compact_blocks, df_bb_replace): Likewise.
* sel-sched.c (create_block_for_bookkeeping): Likewise.
* tree-cfg.c (create_bb): Likewise.

From-SVN: r205821
gcc/ChangeLog
gcc/basic-block.h
gcc/cfg.c
gcc/cfgrtl.c
gcc/df-core.c
gcc/sel-sched.c
gcc/tree-cfg.c