diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc64/tcg-target.c index 32184387e54e7e852af6ebc7e58c88a051679cc8..065c710f33ba7b2c09ce637b20ba8be6dbf915cf 100644 --- a/tcg/ppc64/tcg-target.c +++ b/tcg/ppc64/tcg-target.c @@ -968,11 +968,6 @@ static void ppc_addi64 (TCGContext *s, int rt, int ra, tcg_target_long si) } } -static void tcg_out_addi (TCGContext *s, int reg, tcg_target_long val) -{ - ppc_addi64 (s, reg, reg, val); -} - static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, int const_arg2, int cr, int arch64) {