From: Florian Krohm Date: Fri, 21 Dec 2012 04:40:28 +0000 (+0000) Subject: Remove redundant code snippet. X-Git-Tag: svn/VALGRIND_3_9_0^2~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7867001694e9a474faafa8ffe82a1fc1431856f2;p=thirdparty%2Fvalgrind.git Remove redundant code snippet. git-svn-id: svn://svn.valgrind.org/vex/trunk@2604 --- diff --git a/VEX/priv/host_s390_isel.c b/VEX/priv/host_s390_isel.c index 040abaaf3b..0b1da75f28 100644 --- a/VEX/priv/host_s390_isel.c +++ b/VEX/priv/host_s390_isel.c @@ -1700,12 +1700,6 @@ s390_isel_float128_expr_wrk(HReg *dst_hi, HReg *dst_lo, ISelEnv *env, vassert(ty == Ity_F128); - /* Read 128-bit IRTemp */ - if (expr->tag == Iex_RdTmp) { - lookupIRTemp128(dst_hi, dst_lo, env, expr->Iex.RdTmp.tmp); - return; - } - switch (expr->tag) { case Iex_RdTmp: /* Return the virtual registers that hold the temporary. */