From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11854 invoked by alias); 19 Nov 2012 21:58:34 -0000 Received: (qmail 11830 invoked by uid 22791); 19 Nov 2012 21:58:33 -0000 X-SWARE-Spam-Status: No, hits=-7.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Nov 2012 21:58:28 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAJLwSFY030942 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 19 Nov 2012 16:58:28 -0500 Received: from anchor.twiddle.home (vpn-230-194.phx2.redhat.com [10.3.230.194]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qAJLwRZK027299; Mon, 19 Nov 2012 16:58:27 -0500 Message-ID: <50AAAB83.1030308@redhat.com> Date: Mon, 19 Nov 2012 21:58:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2 MIME-Version: 1.0 To: Jakub Jelinek CC: gcc-patches@gcc.gnu.org, Jeff Law Subject: Re: [PATCH] Invalidate in cselib sp after processing frame_pointer_needed fp setter (PR rtl-optimization/54921, take 2) References: <20121116091036.GG1886@tucnak.redhat.com> <50A7E10C.6010408@redhat.com> <20121119075311.GB2315@tucnak.redhat.com> <50AA64B6.5050603@redhat.com> <20121119203954.GM2315@tucnak.redhat.com> <50AAA7AE.5030305@redhat.com> <20121119214521.GP2315@tucnak.redhat.com> In-Reply-To: <20121119214521.GP2315@tucnak.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg01614.txt.bz2 On 11/19/2012 01:45 PM, Jakub Jelinek wrote: > Ah, forgot to remove it in the callers. Will do. Is it ok with that change? Yes. r~