|
[Valgrind-developers] vex: r2637: Get rid of a pointless assert,
and let the isel fail in the normal
From: <sv...@va...> - 2013-01-16 09:22:37
|
sewardj 2013-01-16 09:22:27 +0000 (Wed, 16 Jan 2013)
New Revision: 2637
Log:
Get rid of a pointless assert, and let the isel fail in the normal
way, if it wants to.
Modified files:
branches/COMEM/priv/host_amd64_isel.c
Modified: branches/COMEM/priv/host_amd64_isel.c (+0 -3)
===================================================================
--- branches/COMEM/priv/host_amd64_isel.c 2013-01-15 22:30:39 +00:00 (rev 2636)
+++ branches/COMEM/priv/host_amd64_isel.c 2013-01-16 09:22:27 +00:00 (rev 2637)
@@ -3968,10 +3968,7 @@
HReg dst = lookupIRTemp(env, d->tmp);
addInstr(env, mk_iMOVsd_RR(hregAMD64_RAX(),dst) );
return;
- } else {
- vassert(0);
}
-
break;
}
|