summaryrefslogtreecommitdiffstats
path: root/tcg
diff options
context:
space:
mode:
authormalc2011-06-28 00:26:06 +0200
committermalc2011-06-28 00:26:06 +0200
commit1a2eb1624140b674987f2d82d990ad8af5904ad9 (patch)
tree4b034aacd067bd2f5849009465c3ad06601e38d6 /tcg
parentMerge remote-tracking branch 'kraxel/usb.17' into staging (diff)
downloadqemu-1a2eb1624140b674987f2d82d990ad8af5904ad9.tar.gz
qemu-1a2eb1624140b674987f2d82d990ad8af5904ad9.tar.xz
qemu-1a2eb1624140b674987f2d82d990ad8af5904ad9.zip
tcg/ppc: Remove tcg_out_addi
The only user (within tcg.c) was removed Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'tcg')
-rw-r--r--tcg/ppc/tcg-target.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tcg/ppc/tcg-target.c b/tcg/ppc/tcg-target.c
index dde4e18570..0cd887383d 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)
{