Commit 4ffecb1f by Steven Bosscher

* config/mips/mips.c (mips_machine_reorg2): Return 0.

From-SVN: r198696
parent 5a107a0f
2013-05-06 Steven Bosscher <steven@gcc.gnu.org>
* config/mips/mips.c (mips_machine_reorg2): Return 0.
2013-05-07 Vladimir Makarov <vmakarov@redhat.com>
* ira.c (update_equiv_regs): Add insn having equiv memory even if
......
......@@ -16388,6 +16388,7 @@ mips_machine_reorg2 (void)
optimizations, but this should be an extremely rare case anyhow. */
mips_reorg_process_insns ();
mips16_split_long_branches ();
return 0;
}
struct rtl_opt_pass pass_mips_machine_reorg2 =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment