From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8CO4-00049x-HL for qemu-devel@nongnu.org; Tue, 28 Jan 2014 12:23:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8CNz-0002vR-F7 for qemu-devel@nongnu.org; Tue, 28 Jan 2014 12:23:48 -0500 Received: from mail-qc0-x22b.google.com ([2607:f8b0:400d:c01::22b]:53311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8CNz-0002vJ-A4 for qemu-devel@nongnu.org; Tue, 28 Jan 2014 12:23:43 -0500 Received: by mail-qc0-f171.google.com with SMTP id n7so1011428qcx.30 for ; Tue, 28 Jan 2014 09:23:42 -0800 (PST) Sender: Richard Henderson Message-ID: <52E7E799.4020803@twiddle.net> Date: Tue, 28 Jan 2014 09:23:37 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1390764312-21789-1-git-send-email-peter.maydell@linaro.org> <1390764312-21789-13-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1390764312-21789-13-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 12/21] tcg: Add TCGV_UNUSED_PTR, TCGV_IS_UNUSED_PTR, TCGV_EQUAL_PTR List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Peter Crosthwaite , patches@linaro.org, Michael Matz , Alexander Graf , Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , =?ISO-8859-1?Q?Alex_Benn=E9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall On 01/26/2014 11:25 AM, Peter Maydell wrote: > We have macros for marking TCGv values as unused, checking if they > are unused and comparing them to each other. However these only exist > for TCGv_i32 and TCGv_i64; add them for TCGv_ptr as well. > > Signed-off-by: Peter Maydell > --- > tcg/tcg.h | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Richard Henderson r~