From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzDJs-00078n-UV for qemu-devel@nongnu.org; Mon, 23 Jun 2014 19:06:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzDJr-0001W8-Un for qemu-devel@nongnu.org; Mon, 23 Jun 2014 19:06:36 -0400 From: Peter Maydell Date: Tue, 24 Jun 2014 00:05:10 +0100 Message-Id: <1403564710-15788-3-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1403564710-15788-1-git-send-email-peter.maydell@linaro.org> References: <1403564710-15788-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 2/2] target-ppc: Remove unused gen_qemu_ld8s() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Alexander Graf The gen_qemu_ld8s() function is unused; remove it. Signed-off-by: Peter Maydell --- target-ppc/translate.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/target-ppc/translate.c b/target-ppc/translate.c index 4099cdc..aa835a2 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -2662,11 +2662,6 @@ static inline void gen_qemu_ld8u(DisasContext *ctx, TCGv arg1, TCGv arg2) tcg_gen_qemu_ld8u(arg1, arg2, ctx->mem_idx); } -static inline void gen_qemu_ld8s(DisasContext *ctx, TCGv arg1, TCGv arg2) -{ - tcg_gen_qemu_ld8s(arg1, arg2, ctx->mem_idx); -} - static inline void gen_qemu_ld16u(DisasContext *ctx, TCGv arg1, TCGv arg2) { TCGMemOp op = MO_UW | ctx->default_tcg_memop_mask; -- 2.0.0