Re: [PATCH 66/76] target/sparc: Drop get_temp_i32

2023-03-03 Thread Peter Maydell
On Sat, 25 Feb 2023 at 09:27, Richard Henderson wrote: > > Translators are no longer required to free tcg temporaries, > therefore there's no need to record temps for later freeing. > Replace the few uses with tcg_temp_new_i32. > > Signed-off-by: Richard Henderson > @@ -5762,14 +5752,7 @@ static

[PATCH 66/76] target/sparc: Drop get_temp_i32

2023-02-25 Thread Richard Henderson
Translators are no longer required to free tcg temporaries, therefore there's no need to record temps for later freeing. Replace the few uses with tcg_temp_new_i32. Signed-off-by: Richard Henderson --- target/sparc/translate.c | 25 - 1 file changed, 4 insertions(+), 21 d