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