| Index: src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| diff --git a/src/crankshaft/arm64/lithium-codegen-arm64.cc b/src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| index 3bc054825773335acc23269966b66b060f5bff8f..87947a037d5766546fb145b5c81408ac5d3d3058 100644
|
| --- a/src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| +++ b/src/crankshaft/arm64/lithium-codegen-arm64.cc
|
| @@ -5715,14 +5715,5 @@ void LCodeGen::DoStoreFrameContext(LStoreFrameContext* instr) {
|
| }
|
|
|
|
|
| -void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) {
|
| - Handle<ScopeInfo> scope_info = instr->scope_info();
|
| - __ Push(scope_info);
|
| - __ Push(ToRegister(instr->function()));
|
| - CallRuntime(Runtime::kPushBlockContext, instr);
|
| - RecordSafepoint(Safepoint::kNoLazyDeopt);
|
| -}
|
| -
|
| -
|
| } // namespace internal
|
| } // namespace v8
|
|
|