]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add support for Iop_{Sar,Shr}8 on ppc. --expensive-definedness-checks=yes needs...
authorJulian Seward <jseward@acm.org>
Tue, 20 Nov 2018 11:09:03 +0000 (12:09 +0100)
committerJulian Seward <jseward@acm.org>
Tue, 20 Nov 2018 11:09:03 +0000 (12:09 +0100)
VEX/priv/host_ppc_isel.c

index 5242176445241fe884911c3b8f6aefab703f9fd6..750cf8d13c6b274a688675fc186d6ab60f4cad63 100644 (file)
@@ -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,