| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index 38884ce0afc66cd4bf86e1926ac42f0111258389..860ebb5d654e2e26d1c74e2fc69f6f5d0644ecec 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -2316,11 +2316,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);
|
| }
|
|
|