projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a2eb16
)
tcg/ppc64: Remove tcg_out_addi
author
malc
<av1474@comtv.ru>
Mon, 27 Jun 2011 22:27:52 +0000
(
02:27
+0400)
committer
malc
<av1474@comtv.ru>
Mon, 27 Jun 2011 22:27:52 +0000
(
02:27
+0400)
The only user (within tcg.c) was removed
Signed-off-by: malc <av1474@comtv.ru>
tcg/ppc64/tcg-target.c
patch
|
blob
|
history
diff --git
a/tcg/ppc64/tcg-target.c
b/tcg/ppc64/tcg-target.c
index
3218438
..
065c710
100644
(file)
--- 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)
{