Index: src/ppc/lithium-ppc.cc |
diff --git a/src/ppc/lithium-ppc.cc b/src/ppc/lithium-ppc.cc |
index 792297b75ab35291b09bcf4c322f71ece0fe6907..767c771fb31fa83eaa5b2356ab1710ed7d9262cb 100644 |
--- a/src/ppc/lithium-ppc.cc |
+++ b/src/ppc/lithium-ppc.cc |
@@ -2446,13 +2446,6 @@ LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) { |
} |
-LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) { |
- LOperand* context = UseFixed(instr->context(), cp); |
- return MarkAsCall(DefineFixed(new (zone()) LFunctionLiteral(context), r3), |
- instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { |
DCHECK(argument_count_ == 0); |
allocator_->MarkAsOsrEntry(); |