From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22684 invoked by alias); 21 Feb 2006 18:01:28 -0000 Received: (qmail 22670 invoked by uid 22791); 21 Feb 2006 18:01:27 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 21 Feb 2006 18:01:26 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id k1LI1JEx005981; Tue, 21 Feb 2006 13:01:19 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id k1LI1J110915; Tue, 21 Feb 2006 13:01:19 -0500 Received: from louie.sfbay.redhat.com (louie.sfbay.redhat.com [192.168.28.4]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id k1LI1Gjs017474; Tue, 21 Feb 2006 13:01:17 -0500 Received: from louie.sfbay.redhat.com (louie.sfbay.redhat.com [127.0.0.1]) by louie.sfbay.redhat.com (8.13.4/8.13.1) with ESMTP id k1LI1GAk016806; Tue, 21 Feb 2006 10:01:16 -0800 Received: (from rth@localhost) by louie.sfbay.redhat.com (8.13.4/8.13.4/Submit) id k1LI1E8g016805; Tue, 21 Feb 2006 10:01:14 -0800 Date: Tue, 21 Feb 2006 18:01:00 -0000 From: Richard Henderson To: Zdenek Dvorak Cc: Roger Sayle , Paolo Bonzini , gcc-patches@gcc.gnu.org Subject: Re: Patch ping Message-ID: <20060221180114.GA16778@redhat.com> Mail-Followup-To: Richard Henderson , Zdenek Dvorak , Roger Sayle , Paolo Bonzini , gcc-patches@gcc.gnu.org References: <20060221091531.GA26781@atrey.karlin.mff.cuni.cz> <20060221154317.GA27569@atrey.karlin.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060221154317.GA27569@atrey.karlin.mff.cuni.cz> User-Agent: Mutt/1.4.2.1i X-IsSubscribed: yes 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 X-SW-Source: 2006-02/txt/msg01696.txt.bz2 On Tue, Feb 21, 2006 at 04:43:17PM +0100, Zdenek Dvorak wrote: > yes, this is about the only real advantage of the representation (b). The fact that rtl uses (b) for its const_int lends support for using that representation elsewhere. It's surely less confusing to have one rule instead of two. r~