Placating icc -Wall is a Herculean task; I don't know if it will ever
get completed.
git-svn-id: svn://svn.valgrind.org/vex/trunk@1064
^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U8))));
break;
case Iop_Xor16:
- e2 = IRExpr_Const(IRConst_U16(
+ e2 = IRExpr_Const(IRConst_U16(toUShort(
(e->Iex.Binop.arg1->Iex.Const.con->Ico.U16
- ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U16)));
+ ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U16))));
break;
case Iop_Xor32:
e2 = IRExpr_Const(IRConst_U32(