| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index 3885b6b6967526d111d3aa212b3bd3a4be8cfd60..6c4ca282485c7434ca04b21d58524162bcb08c35 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -1711,13 +1711,6 @@ LInstruction* LChunkBuilder::DoElementsKind(HElementsKind* instr) {
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoValueOf(HValueOf* instr) {
|
| - LOperand* object = UseRegister(instr->value());
|
| - LValueOf* result = new(zone()) LValueOf(object, TempRegister());
|
| - return DefineAsRegister(result);
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoDateField(HDateField* instr) {
|
| LOperand* object = UseFixed(instr->value(), r0);
|
| LDateField* result =
|
|
|