OSDN Git Service

target/riscv: Drop temp_new
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 06:27:57 +0000 (20:27 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:08 +0000 (13:44 -0800)
commit574f31161ed23fe88858e0947b789be41e05fb0e
treee3674724a261e0f867f82984142db8cdf0f155d3
parent5d5094516693e70d856ea4546626c29aaa4b4cd1
target/riscv: Drop temp_new

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.

Reviewed-by: Weiwei Li <liweiwei@iscas.ac.cn>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/riscv/insn_trans/trans_rvzfh.c.inc
target/riscv/translate.c