From: Julian Seward Date: Tue, 20 Nov 2018 11:09:03 +0000 (+0100) Subject: Add support for Iop_{Sar,Shr}8 on ppc. --expensive-definedness-checks=yes needs... X-Git-Tag: VALGRIND_3_15_0~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27fe22378da38424102c5292b782cacdd9d7b9e4;p=thirdparty%2Fvalgrind.git Add support for Iop_{Sar,Shr}8 on ppc. --expensive-definedness-checks=yes needs them. --- diff --git a/VEX/priv/host_ppc_isel.c b/VEX/priv/host_ppc_isel.c index 5242176445..750cf8d13c 100644 --- a/VEX/priv/host_ppc_isel.c +++ b/VEX/priv/host_ppc_isel.c @@ -1528,7 +1528,6 @@ static HReg iselWordExpr_R_wrk ( ISelEnv* env, const IRExpr* e, True/*32bit shift*/, tmp, tmp, amt)); r_srcL = tmp; - vassert(0); /* AWAITING TEST CASE */ } } /* Only 64 expressions need 64bit shifts,