From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58147 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF8bU-0007lz-LS for qemu-devel@nongnu.org; Thu, 20 May 2010 12:28:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF8bK-0005zD-Qr for qemu-devel@nongnu.org; Thu, 20 May 2010 12:28:12 -0400 Received: from mail.codesourcery.com ([38.113.113.100]:43611) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF8bJ-0005ys-B3 for qemu-devel@nongnu.org; Thu, 20 May 2010 12:28:02 -0400 Date: Thu, 20 May 2010 09:27:59 -0700 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 04/10] target-mips: refactor {c, abs}.cond.fmt insns Message-ID: <20100520162759.GK5834@codesourcery.com> References: <1274367150-26576-1-git-send-email-froydnj@codesourcery.com> <1274367150-26576-5-git-send-email-froydnj@codesourcery.com> <4BF55678.7090208@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BF55678.7090208@twiddle.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, aurelien@aurel32.net On Thu, May 20, 2010 at 08:34:16AM -0700, Richard Henderson wrote: > On 05/20/2010 07:52 AM, Nathan Froyd wrote: > > +/* Tests */ > > +#define OP_COND(name, cond) \ > > +#define OP_CONDI(name, cond) \ > > +#define OP_CONDZ(name, cond) \ > > What are these doing in this patch? They are zombies, come back from the grave of source control. v2 of the patch will be forthcoming once people have had time to comment on other parts of the patch. -Nathan