Index: src/crankshaft/ppc/lithium-ppc.cc |
diff --git a/src/crankshaft/ppc/lithium-ppc.cc b/src/crankshaft/ppc/lithium-ppc.cc |
index ca19cf86d04e889dab186d9f354041c8147f5c0b..b12d393ffc8c2ca384416bee38910cf280fad1a0 100644 |
--- a/src/crankshaft/ppc/lithium-ppc.cc |
+++ b/src/crankshaft/ppc/lithium-ppc.cc |
@@ -2313,7 +2313,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; |
} |