mips.c: Include tree-pass.h.
commitfb0d5c60f5cbc3ef3689af7ecac566526e31ea14
authorSteven Bosscher <steven@gcc.gnu.org>
Mon, 6 May 2013 19:02:12 +0000 (6 19:02 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Mon, 6 May 2013 19:02:12 +0000 (6 19:02 +0000)
treef55285f0494cd3a17b590e13db249b4831517104
parent6555abe0ef5f9e917f99874c37adcb9063873ca6
mips.c: Include tree-pass.h.

* config/mips/mips.c: Include tree-pass.h.
(mips_reorg): Split in pre- and post-dbr_schedule parts.
(mips_machine_reorg2): Move mips_reorg post-dbr_schedule parts here.
(pass_mips_machine_reorg2): New machine specific pass.
(insert_pass_mips_machine_reorg2): New pass plugin definition.
(mips_option_override): Register the new pass.
* rtl.h (cleanup_barriers): Remove prototype.
(dbr_schedule): Likewise.
* jump.c (cleanup_barriers): Make static.
* reorg.c (dbr_schedule): Likewise.

From-SVN: r198640
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/jump.c
gcc/reorg.c
gcc/rtl.h