From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4613 invoked by alias); 30 Jun 2010 16:54:21 -0000 Received: (qmail 4597 invoked by uid 22791); 30 Jun 2010 16:54:20 -0000 X-SWARE-Spam-Status: No, hits=-5.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Wed, 30 Jun 2010 16:54:13 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o5UGs3uB021196 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 30 Jun 2010 12:54:10 -0400 Received: from stone.twiddle.home (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o5UGfd7e001999; Wed, 30 Jun 2010 12:41:39 -0400 Message-ID: <4C2B73AE.1060507@redhat.com> Date: Wed, 30 Jun 2010 17:24:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Thunderbird/3.0.5 MIME-Version: 1.0 To: Joern Rennecke CC: gcc-patches@gcc.gnu.org Subject: Re: Update: RFA: PR44566: remove enum reg_class from target_hook interface References: <20100626053425.qqklsh0leok4o8sw-nzlynne@webmail.spamcop.net> <20100629214256.jll5qbm4qos8c04c-nzlynne@webmail.spamcop.net> In-Reply-To: <20100629214256.jll5qbm4qos8c04c-nzlynne@webmail.spamcop.net> Content-Type: text/plain; charset=UTF-8 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: 2010-06/txt/msg03157.txt.bz2 On 06/29/2010 06:42 PM, Joern Rennecke wrote: > This also covers the new register_move_cost hook, and has been adapted > to the > new hook definition infrastructure. > > Bootstrapped and regression tested on i686-pc-linuc-gnu in revision 161563. > Ok. r~