]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/mips/mips.c (mips_expand_call): Remove empty statement.
authorMaciej W. Rozycki <macro@codesourcery.com>
Fri, 12 Jul 2013 21:06:42 +0000 (21:06 +0000)
committerMaciej W. Rozycki <macro@gcc.gnu.org>
Fri, 12 Jul 2013 21:06:42 +0000 (21:06 +0000)
From-SVN: r200928

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

index cc3b7daf7907f26d1df6ff93319a2a9d1b8dc2dc..24c974712a7569c2d1f318c73436416ea333eb82 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-12  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/mips/mips.c (mips_expand_call): Remove empty statement.
+
 2013-07-12  Michael Matz  <matz@suse.de>
 
        PR middle-end/55771
index 3c7e4391014d0376d70216610d09476195ade80e..f7b31ae50b089f66c9130029af94ab9f167d9acb 100644 (file)
@@ -6899,7 +6899,7 @@ mips_expand_call (enum mips_call_type type, rtx result, rtx addr,
       gcc_assert (!lazy_p && type == MIPS_CALL_NORMAL);
       return insn;
     }
-                                ;
+
   orig_addr = addr;
   if (!call_insn_operand (addr, VOIDmode))
     {