r198640 - in /trunk/gcc: ChangeLog config/mips/...

steven@gcc.gnu.org steven@gcc.gnu.org
Mon May 6 19:02:00 GMT 2013


Author: steven
Date: Mon May  6 19:02:12 2013
New Revision: 198640

URL: http://gcc.gnu.org/viewcvs?rev=198640&root=gcc&view=rev
Log:

	* 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.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mips/mips.c
    trunk/gcc/jump.c
    trunk/gcc/reorg.c
    trunk/gcc/rtl.h



More information about the Gcc-cvs mailing list