]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
target-ppc: Remove unused gen_qemu_ld8s()
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 23 Jun 2014 23:05:10 +0000 (00:05 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 27 Jun 2014 11:48:23 +0000 (13:48 +0200)
The gen_qemu_ld8s() function is unused; remove it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c

index b501655850394960076d2e783dc6f1709351453f..b23933f7bd4707b96aec598331c1ea86ccf19107 100644 (file)
@@ -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;