| Index: src/arm64/lithium-arm64.cc
|
| diff --git a/src/arm64/lithium-arm64.cc b/src/arm64/lithium-arm64.cc
|
| index d81f78ba100c122220dad1b4c93b50daa93310c1..dde8ddbdbf3ad4a72c3342b933863501dd89873a 100644
|
| --- a/src/arm64/lithium-arm64.cc
|
| +++ b/src/arm64/lithium-arm64.cc
|
| @@ -1391,7 +1391,7 @@ LInstruction* LChunkBuilder::DoContext(HContext* instr) {
|
| LInstruction* LChunkBuilder::DoDateField(HDateField* instr) {
|
| LOperand* object = UseFixed(instr->value(), x0);
|
| LDateField* result = new(zone()) LDateField(object, instr->index());
|
| - return MarkAsCall(DefineFixed(result, x0), instr, CAN_DEOPTIMIZE_EAGERLY);
|
| + return MarkAsCall(DefineFixed(result, x0), instr, CANNOT_DEOPTIMIZE_EAGERLY);
|
| }
|
|
|
|
|
|
|