From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15734 invoked by alias); 7 Jun 2004 17:45:58 -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 15722 invoked from network); 7 Jun 2004 17:45:57 -0000 Received: from unknown (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org with SMTP; 7 Jun 2004 17:45:57 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.12.10/8.12.10) with ESMTP id i57Hhap4014457; Mon, 7 Jun 2004 13:43:36 -0400 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 i57Hjtw11931; Mon, 7 Jun 2004 13:45:55 -0400 Received: from frothingslosh.sfbay.redhat.com (frothingslosh.sfbay.redhat.com [172.16.24.27]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i57HjsP10055; Mon, 7 Jun 2004 10:45:54 -0700 Received: from frothingslosh.sfbay.redhat.com (localhost.localdomain [127.0.0.1]) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10) with ESMTP id i57HjsQw028676; Mon, 7 Jun 2004 10:45:54 -0700 Received: (from rth@localhost) by frothingslosh.sfbay.redhat.com (8.12.10/8.12.10/Submit) id i57HjsJk028674; Mon, 7 Jun 2004 10:45:54 -0700 X-Authentication-Warning: frothingslosh.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Mon, 07 Jun 2004 18:40:00 -0000 From: Richard Henderson To: Paolo Bonzini Cc: gcc-patches@gcc.gnu.org, law@redhat.com Subject: Re: Tree profilng merge 1 - allow inserting onto edge to EXIT_BLOCK Message-ID: <20040607174554.GA28663@redhat.com> Mail-Followup-To: Richard Henderson , Paolo Bonzini , gcc-patches@gcc.gnu.org, law@redhat.com References: <20040528105245.GI22699@kam.mff.cuni.cz> <20040606234550.GB24957@redhat.com> <1086615503.18174.5.camel@speedy> <40C477C7.3000102@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40C477C7.3000102@gnu.org> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-06/txt/msg00355.txt.bz2 On Mon, Jun 07, 2004 at 04:12:23PM +0200, Paolo Bonzini wrote: > I planned to do this as part of a general rewrite of phiopt (see earlier > message to the list in which I CCed you). Is Andrew rewriting this to > > if (cond) > T = x; > else > T = y; > return T; My patch does this. In the process of committing it now... r~