| Index: src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.cc b/src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| index 020c5ef0388037b874f3fff16d833aabae2366b6..a4b3730314d792593fdb2988bdd33db253a5b21d 100644
|
| --- a/src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| +++ b/src/crankshaft/mips64/lithium-codegen-mips64.cc
|
| @@ -5751,15 +5751,6 @@ void LCodeGen::DoStoreFrameContext(LStoreFrameContext* instr) {
|
| }
|
|
|
|
|
| -void LCodeGen::DoAllocateBlockContext(LAllocateBlockContext* instr) {
|
| - Handle<ScopeInfo> scope_info = instr->scope_info();
|
| - __ li(at, scope_info);
|
| - __ Push(at, ToRegister(instr->function()));
|
| - CallRuntime(Runtime::kPushBlockContext, instr);
|
| - RecordSafepoint(Safepoint::kNoLazyDeopt);
|
| -}
|
| -
|
| -
|
| #undef __
|
|
|
| } // namespace internal
|
|
|