Re: [PATCH v2 13/27] target/s390x: Use ilen instead in branches

2022-12-11 Thread Philippe Mathieu-Daudé
On 11/12/22 16:27, Richard Henderson wrote: Remove the remaining uses of pc_tmp, and remove the variable. Reviewed-by: Ilya Leoshkevich Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) Reviewed-by: Phili

[PATCH v2 13/27] target/s390x: Use ilen instead in branches

2022-12-11 Thread Richard Henderson
Remove the remaining uses of pc_tmp, and remove the variable. Reviewed-by: Ilya Leoshkevich Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/target/s390x/tcg/translate.c b/target/s390x/tcg/transl