* [Qemu-devel] [PATCH 2/2] tcg/s390: Remove unused tcg_out_addi()
@ 2011-10-01 12:56 Peter Maydell
2011-10-01 15:27 ` Richard Henderson
0 siblings, 1 reply; 2+ messages in thread
From: Peter Maydell @ 2011-10-01 12:56 UTC (permalink / raw)
To: qemu-devel; +Cc: Richard Henderson, Alexander Graf, patches
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>
---
tcg/s390/tcg-target.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/tcg/s390/tcg-target.c b/tcg/s390/tcg-target.c
index b58df71..9317fe8 100644
--- 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();
-}
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH 2/2] tcg/s390: Remove unused tcg_out_addi()
2011-10-01 12:56 [Qemu-devel] [PATCH 2/2] tcg/s390: Remove unused tcg_out_addi() Peter Maydell
@ 2011-10-01 15:27 ` Richard Henderson
0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2011-10-01 15:27 UTC (permalink / raw)
To: Peter Maydell; +Cc: patches, qemu-devel, Alexander Graf
On 10/01/2011 05:56 AM, Peter Maydell wrote:
> 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>
r~
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-01 15:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-01 12:56 [Qemu-devel] [PATCH 2/2] tcg/s390: Remove unused tcg_out_addi() Peter Maydell
2011-10-01 15:27 ` Richard Henderson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).