| Index: src/compiler/arm64/code-generator-arm64.cc
|
| diff --git a/src/compiler/arm64/code-generator-arm64.cc b/src/compiler/arm64/code-generator-arm64.cc
|
| index c604ec9ad1c8fa68072a9d7f1ed3ac0e497e7c8a..dea55edbf27226317f785602131978a2f5056d92 100644
|
| --- a/src/compiler/arm64/code-generator-arm64.cc
|
| +++ b/src/compiler/arm64/code-generator-arm64.cc
|
| @@ -573,11 +573,6 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) {
|
| frame_access_state()->ClearSPDelta();
|
| break;
|
| }
|
| - case kArchLazyBailout: {
|
| - EnsureSpaceForLazyDeopt();
|
| - RecordCallPosition(instr);
|
| - break;
|
| - }
|
| case kArchPrepareCallCFunction:
|
| // We don't need kArchPrepareCallCFunction on arm64 as the instruction
|
| // selector already perform a Claim to reserve space on the stack and
|
|
|