public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] mips_expand_call: Remove empty statement
@ 2013-07-12 21:07 Maciej W. Rozycki
  0 siblings, 0 replies; only message in thread
From: Maciej W. Rozycki @ 2013-07-12 21:07 UTC (permalink / raw)
  To: gcc-patches

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
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))
     {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-12 21:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-12 21:07 [committed] mips_expand_call: Remove empty statement Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).