Tighten up params of create_basic_block_structure
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 26 Aug 2014 18:34:34 +0000 (18:34 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 26 Aug 2014 18:34:34 +0000 (18:34 +0000)
commite00022e9711439804cf9aff66613b4e382d7d158
tree403af59efe3e52c3335151f78aecc36cdbae6135
parent6c7069d663dc13364ca0495f812790e18b9776ae
Tighten up params of create_basic_block_structure

gcc/
* basic-block.h (create_basic_block_structure): Strengthen params
1 "head" and 2 "end" from rtx to rtx_insn *.
* cfgrtl.c (create_basic_block_structure): Likewise.
(rtl_create_basic_block): Update casts from void * to rtx to
rtx_insn *, so that we can pass them as rtx_insn * to
create_basic_block_structure.
* sel-sched-ir.c (sel_create_basic_block): Likewise.

From-SVN: r214533
gcc/ChangeLog
gcc/basic-block.h
gcc/cfgrtl.c
gcc/sel-sched-ir.c