From patchwork Fri Jul 12 21:06:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Maciej W. Rozycki" X-Patchwork-Id: 258801 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 3A6E92C02CB for ; Sat, 13 Jul 2013 07:07:16 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=cGUZGGd/O1erIt7tkmvHQGj0Of5RoXydjd8msjZhFCrbmay2S24AB Lo7VzaEjyBROBeSXY1FFhuTUw7dBAEVk4+tyj6m3Tfk01ChRm/kHmQ0iUkhJazAp jDTP8CPkSCBDbO2xXHAnMA2M1ACaBNx1Jxui5bFvj/xdbVlwnHEDFY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=RxGGPooJrsQzNgSxcd4kxTL2Jc4=; b=iMDRkall3oyZz9vMYSBi MjtFPXxD2Upm0ksSlCdvu1W5XrnUqmRzpzbSxv6KSh8EYIdiC06hUGgP4o9nCbY/ epZPloBSxew9PaSNo3Xt4w4A/H9DZWezXnn+lIxLrrKfwujy/+Ig2JODi3RhA7HA 5FIiATjqgmxnLRqHoFm7ixc= Received: (qmail 14781 invoked by alias); 12 Jul 2013 21:07:10 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 14772 invoked by uid 89); 12 Jul 2013 21:07:09 -0000 X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_HOSTKARMA_W, RCVD_IN_HOSTKARMA_WL, RDNS_NONE, URIBL_BLOCKED autolearn=no version=3.3.1 Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 12 Jul 2013 21:07:08 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1UxkYO-000189-D9 from Maciej_Rozycki@mentor.com for gcc-patches@gcc.gnu.org; Fri, 12 Jul 2013 14:07:00 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 12 Jul 2013 14:07:00 -0700 Received: from [172.30.64.236] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Fri, 12 Jul 2013 22:06:59 +0100 Date: Fri, 12 Jul 2013 22:06:52 +0100 From: "Maciej W. Rozycki" To: Subject: [committed] mips_expand_call: Remove empty statement Message-ID: User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Hi, Committed as obvious. 2013-07-12 Maciej W. Rozycki 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)) {