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