[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 15/20] target/s390x: Drop tcg_temp_free from translate.c
From: |
Ilya Leoshkevich |
Subject: |
Re: [PATCH v3 15/20] target/s390x: Drop tcg_temp_free from translate.c |
Date: |
Mon, 06 Mar 2023 11:52:09 +0100 |
User-agent: |
Evolution 3.46.4 (3.46.4-1.fc37) |
On Sat, 2023-03-04 at 10:18 -0800, Richard Henderson wrote:
> Translators are no longer required to free tcg temporaries.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> Cc: David Hildenbrand <david@redhat.com>
> Cc: Ilya Leoshkevich <iii@linux.ibm.com>
> Cc: Thomas Huth <thuth@redhat.com>
> Cc: qemu-s390x@nongnu.org
> ---
> target/s390x/tcg/translate.c | 105 ---------------------------------
> --
> 1 file changed, 105 deletions(-)
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>