Enable translation of BindS

The code was there, but we were still punting.
Esse commit está contido em:
Guilherme Ottoni
2013-05-07 17:24:44 -07:00
commit de Sara Golemon
commit e4231921e3
@@ -1536,6 +1536,9 @@ TranslatorX64::irTranslateInstrDefault(const Tracelet& t,
case OpFPassV:
irTranslateFPassV(t, i);
break;
case OpBindS:
irTranslateBindS(t, i);
break;
default:
// GO: if you hit this, check opNames[op] and add support for it
HHIR_UNIMPLEMENTED_OP(opNames[op]);