]> git.ipfire.org Git - thirdparty/qemu.git/commit - target/sparc/translate.c
target/sparc: Drop get_temp_i32
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 07:26:59 +0000 (21:26 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:08 +0000 (13:44 -0800)
commit36ab4623a894de80c413fa958a5fdb79dc50b1c2
tree544b574d62f10c855ba4af17b71fea6a31ac8163
parent52123f14e14233a353f81f87506b3b8c7b38898c
target/sparc: Drop get_temp_i32

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.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/translate.c