*ping* MIPS maintainers...
On Mon, Apr 15, 2013 at 5:09 PM, Jeff Law wrote: > On 04/14/2013 08:20 AM, Steven Bosscher wrote: >> >> Hello, >> >> This patch splits mips_reorg.c in a pre-dbr_schedule part and a new, >> machine specific post-dbr_schedule pass. With this patch, >> cleanup_barriers and dbr_schedule can be static functions again. >> >> Cross-built&tested mips-sim. OK for trunk? >> >> Ciao! >> Steven >> >> >> mips_post_dbr_reorg_as_machine_pass.diff.txt >> >> >> * 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. > > The rtl, jump & reorg bits are fine with me. I don't know enough about the > MIPS specific bits to comment on them in any meaningful way. > > jeff >