aboutsummaryrefslogtreecommitdiff
path: root/src/lj_jit.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 0b786c2f..4246e9db 100644
--- a/src/lj_jit.h
+++ b/src/lj_jit.h
@@ -278,6 +278,7 @@ typedef struct BPropEntry {
278 278
279/* Scalar evolution analysis cache. */ 279/* Scalar evolution analysis cache. */
280typedef struct ScEvEntry { 280typedef struct ScEvEntry {
281 MRef pc; /* Bytecode PC of FORI. */
281 IRRef1 idx; /* Index reference. */ 282 IRRef1 idx; /* Index reference. */
282 IRRef1 start; /* Constant start reference. */ 283 IRRef1 start; /* Constant start reference. */
283 IRRef1 stop; /* Constant stop reference. */ 284 IRRef1 stop; /* Constant stop reference. */