| Index: src/x64/lithium-x64.cc
|
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
|
| index f49f7d67f97f117dbc5c25b08414d05a179e662e..9cafd323742b002c44fce413364b3801c947cba5 100644
|
| --- a/src/x64/lithium-x64.cc
|
| +++ b/src/x64/lithium-x64.cc
|
| @@ -2340,11 +2340,6 @@ LInstruction* LChunkBuilder::DoArrayLiteral(HArrayLiteral* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoObjectLiteral(HObjectLiteral* instr) {
|
| - return MarkAsCall(DefineFixed(new(zone()) LObjectLiteral, rax), instr);
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) {
|
| return MarkAsCall(DefineFixed(new(zone()) LRegExpLiteral, rax), instr);
|
| }
|
|
|