aboutsummaryrefslogtreecommitdiff
path: root/src/lj_iropt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_iropt.h')
-rw-r--r--src/lj_iropt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_iropt.h b/src/lj_iropt.h
index f3d243e0..9e7ac9cd 100644
--- a/src/lj_iropt.h
+++ b/src/lj_iropt.h
@@ -105,6 +105,7 @@ enum {
105}; 105};
106 106
107#define INTFOLD(k) ((J->fold.ins.i = (k)), (TRef)KINTFOLD) 107#define INTFOLD(k) ((J->fold.ins.i = (k)), (TRef)KINTFOLD)
108#define INT64FOLD(k) (lj_ir_kint64(J, (k)))
108#define CONDFOLD(cond) ((TRef)FAILFOLD + (TRef)(cond)) 109#define CONDFOLD(cond) ((TRef)FAILFOLD + (TRef)(cond))
109#define LEFTFOLD (J->fold.ins.op1) 110#define LEFTFOLD (J->fold.ins.op1)
110#define RIGHTFOLD (J->fold.ins.op2) 111#define RIGHTFOLD (J->fold.ins.op2)