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:
99b00c7
)
tcg/s390: Remove unused tcg_out_addi()
author
Peter Maydell
<peter.maydell@linaro.org>
Sat, 1 Oct 2011 12:56:29 +0000
(13:56 +0100)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 8 Oct 2011 15:21:05 +0000
(15:21 +0000)
Remove the unused function tcg_out_addi() from the s390 TCG backend;
this brings it into line with other backends.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/s390/tcg-target.c
patch
|
blob
|
history
diff --git
a/tcg/s390/tcg-target.c
b/tcg/s390/tcg-target.c
index b58df719a64f031afc85c0fc18491101adf5c934..9317fe88ef2d08f006de907dd4f744a487b570cc 100644
(file)
--- a/
tcg/s390/tcg-target.c
+++ b/
tcg/s390/tcg-target.c
@@
-2322,8
+2322,3
@@
static void tcg_target_qemu_prologue(TCGContext *s)
/* br %r14 (return) */
tcg_out_insn(s, RR, BCR, S390_CC_ALWAYS, TCG_REG_R14);
}
-
-static inline void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val)
-{
- tcg_abort();
-}