From: malc Date: Mon, 27 Jun 2011 22:26:06 +0000 (+0400) Subject: tcg/ppc: Remove tcg_out_addi X-Git-Tag: v0.15.0-rc0~121 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a2eb1624140b674987f2d82d990ad8af5904ad9;p=thirdparty%2Fqemu.git tcg/ppc: Remove tcg_out_addi The only user (within tcg.c) was removed Signed-off-by: malc --- diff --git a/tcg/ppc/tcg-target.c b/tcg/ppc/tcg-target.c index dde4e185701..0cd887383db 100644 --- a/tcg/ppc/tcg-target.c +++ b/tcg/ppc/tcg-target.c @@ -982,11 +982,6 @@ static void ppc_addi (TCGContext *s, int rt, int ra, tcg_target_long si) } } -static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val) -{ - ppc_addi (s, reg, reg, val); -} - static void tcg_out_cmp (TCGContext *s, int cond, TCGArg arg1, TCGArg arg2, int const_arg2, int cr) {