Index: src/crankshaft/mips/lithium-codegen-mips.cc |
diff --git a/src/crankshaft/mips/lithium-codegen-mips.cc b/src/crankshaft/mips/lithium-codegen-mips.cc |
index 51a1dfd99e52a72490c93dbc2b484674684e6366..2bbf6c226fb7409e61e0403cf5e585d8b3cac978 100644 |
--- a/src/crankshaft/mips/lithium-codegen-mips.cc |
+++ b/src/crankshaft/mips/lithium-codegen-mips.cc |
@@ -5547,15 +5547,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 |