From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24444 invoked by alias); 19 Nov 2002 23:12:49 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 24421 invoked from network); 19 Nov 2002 23:12:48 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 19 Nov 2002 23:12:48 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id gAJNAFa08115 for ; Tue, 19 Nov 2002 18:10:15 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gAJNCis03508; Tue, 19 Nov 2002 18:12:44 -0500 Received: from localhost.localdomain (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id gAJNChM30473; Tue, 19 Nov 2002 15:12:43 -0800 Received: (from rth@localhost) by localhost.localdomain (8.11.6/8.11.6) id gAJNChS10177; Tue, 19 Nov 2002 15:12:43 -0800 X-Authentication-Warning: localhost.localdomain: rth set sender to rth@redhat.com using -f Date: Tue, 19 Nov 2002 15:12:00 -0000 From: Richard Henderson To: Richard Sandiford Cc: gcc-patches@gcc.gnu.org Subject: Re: Scheduler patch for HARD_REGNO_CALL_PART_CLOBBERED Message-ID: <20021119231243.GK9962@redhat.com> Mail-Followup-To: Richard Henderson , Richard Sandiford , gcc-patches@gcc.gnu.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-SW-Source: 2002-11/txt/msg01177.txt.bz2 On Mon, Nov 18, 2002 at 11:16:19AM +0000, Richard Sandiford wrote: > * sched-deps.c (sched_analyze): Check HARD_REGNO_CALL_PART_CLOBBERED. Ok. r~