| Index: src/mips64/lithium-mips64.cc
|
| diff --git a/src/mips64/lithium-mips64.cc b/src/mips64/lithium-mips64.cc
|
| index c0671e1cdc22f6ccb6aa5452b7e046effff9fea0..67921a996f8b2f4fc4494ef905d027615c0d1ab8 100644
|
| --- a/src/mips64/lithium-mips64.cc
|
| +++ b/src/mips64/lithium-mips64.cc
|
| @@ -1803,7 +1803,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, CAN_DEOPTIMIZE_EAGERLY);
|
| + return MarkAsCall(DefineFixed(result, v0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
|
| }
|
|
|
|
|
|
|