target/m68k: Avoid tcg_const_i32 when modified
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 26 Feb 2023 01:05:31 +0000 (15:05 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:37 +0000 (06:44 -0700)
commitb32a07d42d49f122565c862ee732ae7cecd01333
tree323611f895e0a061cc3dcd32fdc68a5ef132cbc6
parent3df11bb14a0efa3093924382a44708e56b334f04
target/m68k: Avoid tcg_const_i32 when modified

In several instances, a temp is initialized with a
for use as a constant, and then subsequently used
as an unrelated temp.  Split them.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/m68k/translate.c