| Index: src/ia32/lithium-ia32.cc
|
| diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc
|
| index ed85c0e1bd265eaadb8835e3d46a38c25668b4bd..854456ee66d90dee7f069561337d08a0e6d642b9 100644
|
| --- a/src/ia32/lithium-ia32.cc
|
| +++ b/src/ia32/lithium-ia32.cc
|
| @@ -1543,7 +1543,7 @@ LInstruction* LChunkBuilder::DoMod(HMod* instr) {
|
| instr->CheckFlag(HValue::kBailoutOnMinusZero))
|
| ? AssignEnvironment(result)
|
| : result;
|
| - } else if (instr->has_fixed_right_arg()) {
|
| + } else if (instr->fixed_right_arg().has_value) {
|
| LModI* mod = new(zone()) LModI(UseRegister(left),
|
| UseRegisterAtStart(right),
|
| NULL);
|
|
|