| Index: src/compiler/ppc/code-generator-ppc.cc
|
| diff --git a/src/compiler/ppc/code-generator-ppc.cc b/src/compiler/ppc/code-generator-ppc.cc
|
| index c63dcf75c76bb8865e3849adb0c0640161ee74ae..174e0c11ae1ff9f757bbb7fc839094a2a8fb3f1f 100644
|
| --- a/src/compiler/ppc/code-generator-ppc.cc
|
| +++ b/src/compiler/ppc/code-generator-ppc.cc
|
| @@ -761,13 +761,6 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) {
|
| frame_access_state()->ClearSPDelta();
|
| break;
|
| }
|
| - case kArchLazyBailout: {
|
| - v8::internal::Assembler::BlockTrampolinePoolScope block_trampoline_pool(
|
| - masm());
|
| - EnsureSpaceForLazyDeopt();
|
| - RecordCallPosition(instr);
|
| - break;
|
| - }
|
| case kArchPrepareCallCFunction: {
|
| int const num_parameters = MiscField::decode(instr->opcode());
|
| __ PrepareCallCFunction(num_parameters, kScratchReg);
|
|
|