From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3083 invoked by alias); 20 Oct 2004 17:56:13 -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 3071 invoked from network); 20 Oct 2004 17:56:13 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 20 Oct 2004 17:56:13 -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.10) with ESMTP id i9KHuBdP008569; Wed, 20 Oct 2004 13:56:11 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i9KHu9r05647; Wed, 20 Oct 2004 13:56:09 -0400 Received: from [127.0.0.1] (vpn50-47.rdu.redhat.com [172.16.50.47]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i9KHu8bU006084; Wed, 20 Oct 2004 13:56:08 -0400 Subject: Re: [PATCH]: Implement must-def kill operand From: Diego Novillo To: Daniel Berlin Cc: "gcc-patches@gcc.gnu.org" , Andrew Macleod In-Reply-To: References: <1098293613.22552.36.camel@localhost.localdomain> Content-Type: text/plain Organization: Red Hat Canada Message-Id: <1098294982.22552.38.camel@localhost.localdomain> Mime-Version: 1.0 Date: Wed, 20 Oct 2004 18:08:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg01751.txt.bz2 On Wed, 2004-10-20 at 13:53, Daniel Berlin wrote: > I assume nobody really had much problem with the *other* parts of the > patch? > The rest looked OK to me. It was just the needed mechanical changes to support an RHS in V_MUST_DEFs. Diego.