]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove redundant code snippet.
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 21 Dec 2012 04:40:28 +0000 (04:40 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 21 Dec 2012 04:40:28 +0000 (04:40 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@2604

VEX/priv/host_s390_isel.c

index 040abaaf3b4efdf24f709a0098d453b1a15e08a3..0b1da75f2851ec03f6e30fb48e83ee903b39d499 100644 (file)
@@ -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. */