Allow AssertType of Cls

We need this with the region JIT.
Esse commit está contido em:
Guilherme Ottoni
2013-07-08 15:35:15 -07:00
commit de Sara Golemon
commit 1a8d77f1db
+1 -1
Ver Arquivo
@@ -184,7 +184,7 @@ class FailedCodeGen : public std::runtime_error {
#define IR_OPCODES \
/* name dstinfo srcinfo flags */ \
O(CheckType, DParam, S(Gen,Nullptr), E|CRc|PRc|P) \
O(AssertType, DParam, S(Gen,Nullptr), C|E|CRc|PRc|P) \
O(AssertType, DParam, S(Gen,Nullptr,Cls), C|E|CRc|PRc|P) \
O(CheckTypeMem, ND, S(PtrToGen), E) \
O(GuardLoc, ND, S(FramePtr), E) \
O(GuardStk, D(StkPtr), S(StkPtr), E) \