Blame SOURCES/valgrind-3.14.0-enable-ppc-Iop_Sar_Shr8.patch

7a6b42
commit 27fe22378da38424102c5292b782cacdd9d7b9e4
7a6b42
Author: Julian Seward <jseward@acm.org>
7a6b42
Date:   Tue Nov 20 12:09:03 2018 +0100
7a6b42
7a6b42
    Add support for Iop_{Sar,Shr}8 on ppc.  --expensive-definedness-checks=yes needs them.
7a6b42
7a6b42
diff --git a/VEX/priv/host_ppc_isel.c b/VEX/priv/host_ppc_isel.c
7a6b42
index 5242176..750cf8d 100644
7a6b42
--- a/VEX/priv/host_ppc_isel.c
7a6b42
+++ b/VEX/priv/host_ppc_isel.c
7a6b42
@@ -1528,7 +1528,6 @@ static HReg iselWordExpr_R_wrk ( ISelEnv* env, const IRExpr* e,
7a6b42
                                            True/*32bit shift*/,
7a6b42
                                            tmp, tmp,    amt));
7a6b42
                r_srcL = tmp;
7a6b42
-               vassert(0); /* AWAITING TEST CASE */
7a6b42
             }
7a6b42
          }
7a6b42
          /* Only 64 expressions need 64bit shifts,