diff mbox

[committed] mips_expand_call: Remove empty statement

Message ID alpine.DEB.1.10.1307122112390.20590@tp.orcam.me.uk
State Accepted
Headers show

Commit Message

Maciej W. Rozycki July 12, 2013, 9:06 p.m. UTC
Hi,

 Committed as obvious.

2013-07-12  Maciej W. Rozycki  <macro@codesourcery.com>

	gcc/
	* config/mips/mips.c (mips_expand_call): Remove empty statement.

  Maciej

gcc-mips-expand-call-syntax.patch
diff mbox

Patch

Index: gcc-fsf-trunk-quilt/gcc/config/mips/mips.c
===================================================================
--- gcc-fsf-trunk-quilt.orig/gcc/config/mips/mips.c	2013-07-12 21:10:19.890906148 +0100
+++ gcc-fsf-trunk-quilt/gcc/config/mips/mips.c	2013-07-12 21:13:00.400592186 +0100
@@ -6902,7 +6902,7 @@  mips_expand_call (enum mips_call_type ty
       gcc_assert (!lazy_p && type == MIPS_CALL_NORMAL);
       return insn;
     }
-				 ;
+
   orig_addr = addr;
   if (!call_insn_operand (addr, VOIDmode))
     {