aboutsummaryrefslogtreecommitdiff
path: root/src/lj_jit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_jit.h')
-rw-r--r--src/lj_jit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_jit.h b/src/lj_jit.h
index b69e4f4e..ecd79de5 100644
--- a/src/lj_jit.h
+++ b/src/lj_jit.h
@@ -279,6 +279,7 @@ typedef struct BPropEntry {
279 279
280/* Scalar evolution analysis cache. */ 280/* Scalar evolution analysis cache. */
281typedef struct ScEvEntry { 281typedef struct ScEvEntry {
282 MRef pc; /* Bytecode PC of FORI. */
282 IRRef1 idx; /* Index reference. */ 283 IRRef1 idx; /* Index reference. */
283 IRRef1 start; /* Constant start reference. */ 284 IRRef1 start; /* Constant start reference. */
284 IRRef1 stop; /* Constant stop reference. */ 285 IRRef1 stop; /* Constant stop reference. */