Index: src/crankshaft/mips64/lithium-mips64.cc |
diff --git a/src/crankshaft/mips64/lithium-mips64.cc b/src/crankshaft/mips64/lithium-mips64.cc |
index 0f8136a7788e3c6cd0e1ed721c256cfcd67776de..1a39a92c0e5c47c22e73994d12eebb85fd3e8f51 100644 |
--- a/src/crankshaft/mips64/lithium-mips64.cc |
+++ b/src/crankshaft/mips64/lithium-mips64.cc |
@@ -2296,7 +2296,7 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { |
inner->BindContext(instr->closure_context()); |
inner->set_entry(instr); |
current_block_->UpdateEnvironment(inner); |
- chunk_->AddInlinedFunction(instr->shared()); |
+ |
return NULL; |
} |