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