Index: src/crankshaft/ppc/lithium-ppc.cc |
diff --git a/src/crankshaft/ppc/lithium-ppc.cc b/src/crankshaft/ppc/lithium-ppc.cc |
index d5f70831edcc4d2d6612ea6793f71c1f9bee1797..ac4ccfd9d92fb75eff2a3beebc5af26915820117 100644 |
--- a/src/crankshaft/ppc/lithium-ppc.cc |
+++ b/src/crankshaft/ppc/lithium-ppc.cc |
@@ -2390,13 +2390,6 @@ LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { |
} |
-LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) { |
- LOperand* context = UseFixed(instr->context(), cp); |
- return MarkAsCall(DefineFixed(new (zone()) LRegExpLiteral(context), r3), |
- instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) { |
DCHECK(argument_count_ == 0); |
allocator_->MarkAsOsrEntry(); |