aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_ir.h')
-rw-r--r--src/lj_ir.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lj_ir.h b/src/lj_ir.h
index ae533939..a29fca6f 100644
--- a/src/lj_ir.h
+++ b/src/lj_ir.h
@@ -115,9 +115,10 @@
115 _(CNEW, AW, ref, ref) \ 115 _(CNEW, AW, ref, ref) \
116 _(CNEWI, NW, ref, ref) /* CSE is ok, not marked as A. */ \ 116 _(CNEWI, NW, ref, ref) /* CSE is ok, not marked as A. */ \
117 \ 117 \
118 /* Write barriers. */ \ 118 /* Barriers. */ \
119 _(TBAR, S , ref, ___) \ 119 _(TBAR, S , ref, ___) \
120 _(OBAR, S , ref, ref) \ 120 _(OBAR, S , ref, ref) \
121 _(XBAR, S , ___, ___) \
121 \ 122 \
122 /* Type conversions. */ \ 123 /* Type conversions. */ \
123 _(CONV, N , ref, lit) \ 124 _(CONV, N , ref, lit) \