Index: src/compiler/x64/code-generator-x64.cc |
diff --git a/src/compiler/x64/code-generator-x64.cc b/src/compiler/x64/code-generator-x64.cc |
index be1c228b01ed525f4c03953192e8e8eeab853e16..8a64744d5cfd0b38ae3ca3813e971ed1c093a6b8 100644 |
--- a/src/compiler/x64/code-generator-x64.cc |
+++ b/src/compiler/x64/code-generator-x64.cc |
@@ -654,11 +654,6 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) { |
frame_access_state()->ClearSPDelta(); |
break; |
} |
- case kArchLazyBailout: { |
- EnsureSpaceForLazyDeopt(); |
- RecordCallPosition(instr); |
- break; |
- } |
case kArchPrepareCallCFunction: { |
// Frame alignment requires using FP-relative frame addressing. |
frame_access_state()->SetFrameAccessToFP(); |