Re: [Qemu-devel] [PATCH v4 07/33] tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmp

2013-09-16 Thread Claudio Fontana
On 14.09.2013 23:54, Richard Henderson wrote: > It was unused. Let's not overcomplicate things before we need them. > > Signed-off-by: Richard Henderson > --- > tcg/aarch64/tcg-target.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/tcg/aarch64/tcg-target.c

[Qemu-devel] [PATCH v4 07/33] tcg-aarch64: Remove the shift_imm parameter from tcg_out_cmp

2013-09-14 Thread Richard Henderson
It was unused. Let's not overcomplicate things before we need them. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tcg/aarch64/tcg-target.c b/tcg/aarch64/tcg-target.c index be6d05a..cc56fe5 100644 ---