| Index: src/crankshaft/ppc/lithium-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-ppc.cc b/src/crankshaft/ppc/lithium-ppc.cc
|
| index 5ba44fa2e6253e9e0cd97f49bfd125602521ea99..75aec2f86dd4e816683011cdadc186e863d963ba 100644
|
| --- a/src/crankshaft/ppc/lithium-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-ppc.cc
|
| @@ -2313,7 +2313,6 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
|
| inner->BindContext(instr->closure_context());
|
| inner->set_entry(instr);
|
| current_block_->UpdateEnvironment(inner);
|
| - chunk_->AddInlinedFunction(instr->shared());
|
| return NULL;
|
| }
|
|
|
|
|