]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Get rid of a pointless assert, and let the isel fail in the normal
authorJulian Seward <jseward@acm.org>
Wed, 16 Jan 2013 09:22:27 +0000 (09:22 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 16 Jan 2013 09:22:27 +0000 (09:22 +0000)
way, if it wants to.

git-svn-id: svn://svn.valgrind.org/vex/branches/COMEM@2637

VEX/priv/host_amd64_isel.c

index f02f72f11b4b7f7eacc16559a12c22b735878f00..9063b3fc84ccca3689213426fb827283f0452ebb 100644 (file)
@@ -3968,10 +3968,7 @@ static void iselStmt ( ISelEnv* env, IRStmt* stmt )
          HReg dst = lookupIRTemp(env, d->tmp);
          addInstr(env, mk_iMOVsd_RR(hregAMD64_RAX(),dst) );
          return;
-      } else {
-         vassert(0);
       }
-
       break;
    }