Re: [PATCH 23/27] target/ppc: Don't use tcg_temp_local_new

2023-01-30 Thread Philippe Mathieu-Daudé
On 30/1/23 21:59, Richard Henderson wrote: Since tcg_temp_new is now identical, use that. Signed-off-by: Richard Henderson --- target/ppc/translate.c | 6 +++--- target/ppc/translate/spe-impl.c.inc | 8 target/ppc/translate/vmx-impl.c.inc | 4 ++-- 3 files changed, 9

[PATCH 23/27] target/ppc: Don't use tcg_temp_local_new

2023-01-30 Thread Richard Henderson
Since tcg_temp_new is now identical, use that. Signed-off-by: Richard Henderson --- target/ppc/translate.c | 6 +++--- target/ppc/translate/spe-impl.c.inc | 8 target/ppc/translate/vmx-impl.c.inc | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git