git-svn-id: svn://svn.valgrind.org/vex/trunk@2903
&& e->Iex.Const.con->Ico.U32 == 0);
}
-/* Is this literally IRExpr_Const(IRConst_U64(0)) ? */
+/* Is this literally IRExpr_Const(IRConst_U64(0)) ?
+ Currently unused; commented out to avoid compiler warning */
+#if 0
static Bool isZeroU64 ( IRExpr* e )
{
return toBool( e->tag == Iex_Const
&& e->Iex.Const.con->tag == Ico_U64
&& e->Iex.Const.con->Ico.U64 == 0);
}
+#endif
/* Is this literally IRExpr_Const(IRConst_V128(0)) ? */
static Bool isZeroV128 ( IRExpr* e )