Skip to content

Commit 1739086

Browse files
committed
potential optimization
1 parent 022edfc commit 1739086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Backend/GlobOptBailOut.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ GlobOpt::IsLazyBailOutCurrentlyNeeded(IR::Instr * instr, Value const * src1Val,
12351235
}
12361236
// These opcodes can change the value of a field regardless
12371237
// of whether the instruction has any implicit calls.
1238-
if (OpCodeAttr::CallInstr(instr->m_opcode) || instr->IsStElemVariant() || instr->IsStFldVariant())
1238+
if (OpCodeAttr::CallInstr(instr->m_opcode))
12391239
{
12401240
return true;
12411241
}

0 commit comments

Comments
 (0)