OSDN Git Service

tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Apr 2023 00:26:24 +0000 (19:26 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 May 2023 16:21:03 +0000 (17:21 +0100)
commitacfe94910e9bcd7ccf06d60fc51e5f5def132220
tree28fcc9992b808ca349d1e8e99ee7670a040d0a7c
parent036547487be7b563b1ae65b8c1656c816ab11519
tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return

In tcg_canonicalize_memop, we remove MO_SIGN from MO_32 operations
with TCG_TYPE_I32.  Thus this is never set.  We already have an
identical test just above which does not include is_64

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