From patchwork Wed Oct 25 09:34:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 830176 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="bauqpjry"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yMQG83fqyz9sRV for ; Wed, 25 Oct 2017 20:44:32 +1100 (AEDT) Received: from localhost ([::1]:47340 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7IEg-00073p-HF for incoming@patchwork.ozlabs.org; Wed, 25 Oct 2017 05:44:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7I6P-0008CR-Vh for qemu-devel@nongnu.org; Wed, 25 Oct 2017 05:35:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7I6O-00084v-46 for qemu-devel@nongnu.org; Wed, 25 Oct 2017 05:35:57 -0400 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:55765) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e7I6N-00084L-UK for qemu-devel@nongnu.org; Wed, 25 Oct 2017 05:35:56 -0400 Received: by mail-wm0-x241.google.com with SMTP id u138so622914wmu.4 for ; Wed, 25 Oct 2017 02:35:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=O/nE1SF5HCYCY+QZXKiQiaJDaZrfyE7zJOE7Sd859kk=; b=bauqpjrytZF5q9iasScWeejGcfzZVwCM/iI5wT3SFLHsvb9bszggXPntSJmtaLh2cz GPOTajbaOmW71LGOL3FRix15+hm2xT6FNP+JUSavhiLX2XnqyJJQd02l4RmjTSb+YUM1 0/hHdxWRuDD1/o9T1FT4V83zjrMggXMjHB8yI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=O/nE1SF5HCYCY+QZXKiQiaJDaZrfyE7zJOE7Sd859kk=; b=A/CyPNRbbJDv7jcf0G69vspq172+ZOKYM5lnRGg/XP13tnsvL4O8XvSYTccV6jimyU ZtUBJ8IDwCgrPIw6JFk0GCLB9fZXiJ8BPYyE3ky/Ol9BRrxdsVUXksEpnjifUGMmEEZO 6i5HkBPk72IVWePWkMVO+FdxI+ixfr7MHq0v9Gdec27TJFFB0gTvrFjWFW7zAjhYtGvJ L0sk8otp9tJXTslmREfeqSVoTUZzYGcaLoKP3bkwsF+mJBuoLMfShoIJRqFWvSyqWeJT 09oa7wMOaYS6jF6lcSHPGt16tJLTZL07RQidoArSZXGLgEh6Ub5lpmiO6V47bwLBD6Pe 5SFw== X-Gm-Message-State: AMCzsaXOxMsaWLQH2p8YlVWe1c+vWrS/yM829pSr69W6D71uJwpmgXIl 0Q+1C2PUmijfy4xzgKzVZTOMxo5mAU4= X-Google-Smtp-Source: ABhQp+TvdoPzqbU6rI99csnjHI2l4YcspXTbOLPD4lJLIhQBm5dlcxIHUrUP+Lrx4pF0vhJX+tmkUw== X-Received: by 10.28.132.66 with SMTP id g63mr1112198wmd.22.1508924154716; Wed, 25 Oct 2017 02:35:54 -0700 (PDT) Received: from cloudburst.twiddle.net ([62.168.35.107]) by smtp.gmail.com with ESMTPSA id v23sm2751025wmh.8.2017.10.25.02.35.53 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 25 Oct 2017 02:35:54 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Wed, 25 Oct 2017 11:34:56 +0200 Message-Id: <20171025093535.10175-13-richard.henderson@linaro.org> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20171025093535.10175-1-richard.henderson@linaro.org> References: <20171025093535.10175-1-richard.henderson@linaro.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:400c:c09::241 Subject: [Qemu-devel] [PULL 12/51] tcg: Remove unused TCG_CALL_DUMMY_TCGV X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, Richard Henderson Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" From: Richard Henderson Reviewed-by: Emilio G. Cota Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- tcg/tcg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tcg/tcg.h b/tcg/tcg.h index 0a0bc92dd9..c50805217c 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -496,7 +496,6 @@ static inline intptr_t QEMU_ARTIFICIAL GET_TCGV_PTR(TCGv_ptr t) #define TCG_CALL_NO_WG_SE (TCG_CALL_NO_WG | TCG_CALL_NO_SE) /* used to align parameters */ -#define TCG_CALL_DUMMY_TCGV MAKE_TCGV_I32(-1) #define TCG_CALL_DUMMY_ARG ((TCGArg)(-1)) /* Conditions. Note that these are laid out for easy manipulation by