[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 08/67] target/mips: Drop tcg_temp_free from vr54xx_translate.c
From: |
Richard Henderson |
Subject: |
[PULL 08/67] target/mips: Drop tcg_temp_free from vr54xx_translate.c |
Date: |
Tue, 7 Mar 2023 09:57:49 -0800 |
Translators are no longer required to free tcg temporaries.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/mips/tcg/vr54xx_translate.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/target/mips/tcg/vr54xx_translate.c
b/target/mips/tcg/vr54xx_translate.c
index a7d241e4e7..804672f84c 100644
--- a/target/mips/tcg/vr54xx_translate.c
+++ b/target/mips/tcg/vr54xx_translate.c
@@ -49,10 +49,6 @@ static bool trans_mult_acc(DisasContext *ctx, arg_r *a,
gen_helper_mult_acc(t0, cpu_env, t0, t1);
gen_store_gpr(t0, a->rd);
-
- tcg_temp_free(t0);
- tcg_temp_free(t1);
-
return true;
}
--
2.34.1
- [PULL 00/67] tcg patch queue, Richard Henderson, 2023/03/07
- [PULL 01/67] target/mips: Drop tcg_temp_free from micromips_translate.c.inc, Richard Henderson, 2023/03/07
- [PULL 06/67] target/mips: Drop tcg_temp_free from translate_addr_const.c, Richard Henderson, 2023/03/07
- [PULL 02/67] target/mips: Drop tcg_temp_free from msa_translate.c, Richard Henderson, 2023/03/07
- [PULL 08/67] target/mips: Drop tcg_temp_free from vr54xx_translate.c,
Richard Henderson <=
- [PULL 03/67] target/mips: Drop tcg_temp_free from mxu_translate.c, Richard Henderson, 2023/03/07
- [PULL 10/67] target/s390x: Drop free_compare, Richard Henderson, 2023/03/07
- [PULL 07/67] target/mips: Drop tcg_temp_free from tx79_translate.c, Richard Henderson, 2023/03/07
- [PULL 05/67] target/mips: Drop tcg_temp_free from octeon_translate.c, Richard Henderson, 2023/03/07
- [PULL 04/67] target/mips: Drop tcg_temp_free from nanomips_translate.c.inc, Richard Henderson, 2023/03/07
- [PULL 11/67] target/s390x: Drop tcg_temp_free from translate_vx.c.inc, Richard Henderson, 2023/03/07
- [PULL 13/67] target/s390x: Remove assert vs g_in2, Richard Henderson, 2023/03/07
- [PULL 09/67] target/mips: Drop tcg_temp_free from translate.c, Richard Henderson, 2023/03/07
- [PULL 15/67] tcg: Create tcg/tcg-temp-internal.h, Richard Henderson, 2023/03/07
- [PULL 12/67] target/s390x: Drop tcg_temp_free from translate.c, Richard Henderson, 2023/03/07