target/sparc: Drop free_compare
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 25 Feb 2023 07:32:54 +0000 (21:32 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 5 Mar 2023 21:44:08 +0000 (13:44 -0800)
commitd8e1ce0314fd0e72ddc5103f06b14afd118e6d70
treeb8bc07f8cca8e109cf793c0a952c01b4a556431e
parenta6ca81cb2a6215e5a7ae2db2a3b8dc21c01ac23c
target/sparc: Drop free_compare

Translators are no longer required to free tcg temporaries.
Remove the g1 and g2 members of DisasCompare, as they were
used to track which temps needed to be freed.

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