| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index 31c7e8d965943fee0c59ae0672da9b5fb3d93c60..5cf58aecf1bf9d8572365aa5016d73fe56c7b2e5 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -2332,11 +2332,6 @@ LInstruction* LChunkBuilder::DoAllocate(HAllocate* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoFastLiteral(HFastLiteral* instr) {
|
| - return MarkAsCall(DefineFixed(new(zone()) LFastLiteral, r0), instr);
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoArrayLiteral(HArrayLiteral* instr) {
|
| return MarkAsCall(DefineFixed(new(zone()) LArrayLiteral, r0), instr);
|
| }
|
|
|