From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TES9z-0005oA-AW for qemu-devel@nongnu.org; Wed, 19 Sep 2012 17:50:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TES9y-0007lB-5T for qemu-devel@nongnu.org; Wed, 19 Sep 2012 17:50:19 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:51845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TES9x-0007kG-Us for qemu-devel@nongnu.org; Wed, 19 Sep 2012 17:50:18 -0400 Received: by pbbrp12 with SMTP id rp12so3452191pbb.4 for ; Wed, 19 Sep 2012 14:50:17 -0700 (PDT) Sender: Richard Henderson Message-ID: <505A3E17.3040206@twiddle.net> Date: Wed, 19 Sep 2012 14:50:15 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1348084823-18277-1-git-send-email-aurelien@aurel32.net> <1348084823-18277-10-git-send-email-aurelien@aurel32.net> In-Reply-To: <1348084823-18277-10-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 9/9] tcg: remove #ifdef #endif around TCGOpcode tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 09/19/2012 01:00 PM, Aurelien Jarno wrote: > Commit 25c4d9cc changed all TCGOpcode enums to be available, so we don't > need to #ifdef #endif the one that are available only on some targets. > This makes the code easier to read. > > Signed-off-by: Aurelien Jarno Reviewed-by: Richard Henderson r~