commit | f1ea739bd598db3d8801566ae86e4eb76ab44436 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Feb 20 08:40:26 2023 -1000 |
committer | Thomas Huth <thuth@redhat.com> | Mon Feb 27 09:15:39 2023 +0100 |
tree | dbf18179a7b4b6ef901ee3b6309a7f0674fc63d9 | |
parent | c3a073c6109dfa34ed4d3b5d8238b97e696aaf20 [diff] |
target/s390x: Use tcg_constant_* in local contexts Replace tcg_const_* with tcg_constant_* in contexts where the free to remove is nearby. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20230220184052.163465-2-richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>