From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu2qE-0000qD-VC for qemu-devel@nongnu.org; Fri, 20 Dec 2013 11:22:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu2q6-0003mb-Gx for qemu-devel@nongnu.org; Fri, 20 Dec 2013 11:22:22 -0500 Received: from mail-qa0-x234.google.com ([2607:f8b0:400d:c00::234]:58842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu2q6-0003mV-C4 for qemu-devel@nongnu.org; Fri, 20 Dec 2013 11:22:14 -0500 Received: by mail-qa0-f52.google.com with SMTP id cm18so2774252qab.4 for ; Fri, 20 Dec 2013 08:22:13 -0800 (PST) Sender: Richard Henderson Message-ID: <52B46EB0.80807@twiddle.net> Date: Fri, 20 Dec 2013 08:22:08 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1387293144-11554-1-git-send-email-peter.maydell@linaro.org> <1387293144-11554-18-git-send-email-peter.maydell@linaro.org> <52B35F6D.9050809@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 17/21] target-arm: A64: add support for conditional compare insns List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Patch Tracking , Michael Matz , QEMU Developers , Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , =?UTF-8?B?QWxleCBCZW5uw6ll?= , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall On 12/20/2013 08:19 AM, Peter Maydell wrote: > Is it worth pulling the assignment > label_continue = gen_new_label(); > out of the if() to protect against possible less smart compilers? Sure. Or even initializing to -1. r~