]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/mips/mips.c (mips_machine_reorg2): Return 0.
authorSteven Bosscher <steven@gcc.gnu.org>
Tue, 7 May 2013 19:34:35 +0000 (19:34 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Tue, 7 May 2013 19:34:35 +0000 (19:34 +0000)
From-SVN: r198696

gcc/ChangeLog
gcc/config/mips/mips.c

index 6cc509d2569ff2a370d9632133b3f475402a8811..706381fc5c5d10c658e86b2e531848aa2579a950 100644 (file)
@@ -1,3 +1,7 @@
+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
index ab183827e3f3009454f4687c2de432c30677554d..b4abb0359e65436d1539bbdb1c3f860e79bd8b16 100644 (file)
@@ -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 =