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