Index: src/x64/lithium-x64.cc |
diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc |
index 5c0ea3543772bf2a1fa5c6225363fbc74f6958d7..9c05ae91947a974f3da322af08a0d5f036181fdf 100644 |
--- a/src/x64/lithium-x64.cc |
+++ b/src/x64/lithium-x64.cc |
@@ -2335,11 +2335,6 @@ LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) { |
} |
-LInstruction* LChunkBuilder::DoArrayLiteral(HArrayLiteral* instr) { |
- return MarkAsCall(DefineFixed(new(zone()) LArrayLiteral, rax), instr); |
-} |
- |
- |
LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) { |
return MarkAsCall(DefineFixed(new(zone()) LRegExpLiteral, rax), instr); |
} |