| Index: src/mips/lithium-mips.cc
|
| diff --git a/src/mips/lithium-mips.cc b/src/mips/lithium-mips.cc
|
| index 560ea534c907fd754e0989971f2cbd3f2fc42fdb..958bbc491a0f2b821af7be8a043c6f238f824b2d 100644
|
| --- a/src/mips/lithium-mips.cc
|
| +++ b/src/mips/lithium-mips.cc
|
| @@ -1501,7 +1501,7 @@ LInstruction* LChunkBuilder::DoDateField(HDateField* instr) {
|
| LOperand* object = UseFixed(instr->value(), a0);
|
| LDateField* result =
|
| new(zone()) LDateField(object, FixedTemp(a1), instr->index());
|
| - return MarkAsCall(DefineFixed(result, v0), instr);
|
| + return MarkAsCall(DefineFixed(result, v0), instr, CAN_DEOPTIMIZE_EAGERLY);
|
| }
|
|
|
|
|
|
|