]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390x: Drop register arg to s390_isel_int1_expr()
authorAndreas Arnez <arnez@linux.ibm.com>
Wed, 18 Mar 2020 17:59:15 +0000 (18:59 +0100)
committerAndreas Arnez <arnez@linux.ibm.com>
Wed, 8 Apr 2020 17:39:09 +0000 (19:39 +0200)
commite00bd722becf198447a4f7293c3d54e2d7f9baa2
treec6a0a588cbf09e970d77d59a5b94108eb3891a0c
parentdd627dc127a6767c497f027de6eab634815f7861
s390x: Drop register arg to s390_isel_int1_expr()

Restructure the interface of s390_isel_int1_expr() such that no
destination register is passed to it any more.  Adjust all its callers
accordingly.  Ensure that callers never modify the returned register, but
make a copy and modify that instead.
VEX/priv/host_s390_isel.c