On 27/2/23 06:41, Richard Henderson wrote:
In several instances, a temp is initialized with a for use as a constant, and then subsequently used as an unrelated temp. Split them.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/m68k/translate.c | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>