commit | 5d5094516693e70d856ea4546626c29aaa4b4cd1 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Feb 24 20:25:02 2023 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Mar 05 13:44:08 2023 -0800 |
tree | b433cecfe5c6a055c0449854e81191d150af2c57 | |
parent | 571f85072209f7fd6f53091c29b31b16dd8c1128 [diff] |
target/riscv: Drop ftemp_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_i64. 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>