From 1a2eb1624140b674987f2d82d990ad8af5904ad9 Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 28 Jun 2011 02:26:06 +0400 Subject: tcg/ppc: Remove tcg_out_addi The only user (within tcg.c) was removed Signed-off-by: malc --- tcg/ppc/tcg-target.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tcg/ppc') diff --git a/tcg/ppc/tcg-target.c b/tcg/ppc/tcg-target.c index dde4e1857..0cd887383 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) { -- cgit v1.2.3