From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29677 invoked by alias); 4 Apr 2011 15:50:37 -0000 Received: (qmail 29666 invoked by uid 22791); 4 Apr 2011 15:50:36 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Apr 2011 15:50:32 +0000 Received: (qmail 8908 invoked from network); 4 Apr 2011 15:50:31 -0000 Received: from unknown (HELO localhost) (froydnj@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Apr 2011 15:50:31 -0000 Date: Mon, 04 Apr 2011 15:50:00 -0000 From: Nathan Froyd To: Steven Bosscher Cc: GCC Patches Subject: Re: [PATCH] cleanup gcse.c:canon_modify_mem_list Message-ID: <20110404155031.GB23480@codesourcery.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17+20080114 (2008-01-14) 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: 2011-04/txt/msg00219.txt.bz2 On Mon, Apr 04, 2011 at 05:42:42PM +0200, Steven Bosscher wrote: > Nice cleanup. I can't approve it but it looks alright to me. I suppose > you're planning something similar for modify_mem_list? That's the plan, along with numerous other users of {INSN,EXPR}_LIST. -Nathan