| Index: src/ia32/lithium-ia32.cc
|
| diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc
|
| index 6c9098e7573832970e807c335e1e0357e5b22261..55f8cf4a1a5f0b6ceec6d8efbd7220479d260f56 100644
|
| --- a/src/ia32/lithium-ia32.cc
|
| +++ b/src/ia32/lithium-ia32.cc
|
| @@ -2537,13 +2537,6 @@ LInstruction* LChunkBuilder::DoArrayLiteral(HArrayLiteral* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoObjectLiteral(HObjectLiteral* instr) {
|
| - LOperand* context = UseFixed(instr->context(), esi);
|
| - return MarkAsCall(
|
| - DefineFixed(new(zone()) LObjectLiteral(context), eax), instr);
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) {
|
| LOperand* context = UseFixed(instr->context(), esi);
|
| return MarkAsCall(
|
|
|