On 27/2/23 06:42, Richard Henderson wrote:
Replace ifdefs with C, tcg_const_i32 with tcg_constant_i32. We only need a single temporary for this.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/xtensa/translate.c | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>