summaryrefslogtreecommitdiff
path: root/src/lj_opt_mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_opt_mem.c')
-rw-r--r--src/lj_opt_mem.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lj_opt_mem.c b/src/lj_opt_mem.c
index c862e67e..8674ddea 100644
--- a/src/lj_opt_mem.c
+++ b/src/lj_opt_mem.c
@@ -102,9 +102,6 @@ static TRef fwd_ahload(jit_State *J, IRRef xref)
102 IRRef lim = xref; /* Search limit. */ 102 IRRef lim = xref; /* Search limit. */
103 IRRef ref; 103 IRRef ref;
104 104
105 if (IR(xr->op1)->o != IR_FLOAD) /* Varargs have no corresponding stores. */
106 goto cselim;
107
108 /* Search for conflicting stores. */ 105 /* Search for conflicting stores. */
109 ref = J->chain[fins->o+IRDELTA_L2S]; 106 ref = J->chain[fins->o+IRDELTA_L2S];
110 while (ref > xref) { 107 while (ref > xref) {