mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 23:44:08 +00:00
Update lj_opt_sink.c
This commit is contained in:
parent
cbcd436361
commit
2169f3a1bd
@ -155,7 +155,7 @@ static void sink_remark_phi(jit_State *J)
|
||||
IRIns *irl = IR(ir->op1), *irr = IR(ir->op2);
|
||||
if (!((irl->t.irt ^ irr->t.irt) & IRT_MARK) && irl->prev == irr->prev)
|
||||
continue;
|
||||
/* Must remark if either was marked. */
|
||||
/* Must remark if any operand will be marked. */
|
||||
remark = (~(irl->t.irt & irr->t.irt) & IRT_MARK);
|
||||
irt_setmark(IR(ir->op1)->t);
|
||||
irt_setmark(IR(ir->op2)->t);
|
||||
|
Loading…
Reference in New Issue
Block a user