diff options
Diffstat (limited to 'src/lj_ir.h')
-rw-r--r-- | src/lj_ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_ir.h b/src/lj_ir.h index f9ca4627..4813f250 100644 --- a/src/lj_ir.h +++ b/src/lj_ir.h | |||
@@ -110,6 +110,7 @@ | |||
110 | \ | 110 | \ |
111 | /* Allocations. */ \ | 111 | /* Allocations. */ \ |
112 | _(SNEW, N , ref, ref) /* CSE is ok, not marked as A. */ \ | 112 | _(SNEW, N , ref, ref) /* CSE is ok, not marked as A. */ \ |
113 | _(XSNEW, A , ref, ref) \ | ||
113 | _(TNEW, AW, lit, lit) \ | 114 | _(TNEW, AW, lit, lit) \ |
114 | _(TDUP, AW, ref, ___) \ | 115 | _(TDUP, AW, ref, ___) \ |
115 | _(CNEW, AW, ref, ref) \ | 116 | _(CNEW, AW, ref, ref) \ |