| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index 38884ce0afc66cd4bf86e1926ac42f0111258389..1603c0b04f2e615766b71d0d5df881ee175849ba 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -1711,12 +1711,6 @@ LInstruction* LChunkBuilder::DoClassOfTestAndBranch(
|
| }
|
|
|
|
|
| -LInstruction* LChunkBuilder::DoJSArrayLength(HJSArrayLength* instr) {
|
| - LOperand* array = UseRegisterAtStart(instr->value());
|
| - return DefineAsRegister(new(zone()) LJSArrayLength(array));
|
| -}
|
| -
|
| -
|
| LInstruction* LChunkBuilder::DoFixedArrayBaseLength(
|
| HFixedArrayBaseLength* instr) {
|
| LOperand* array = UseRegisterAtStart(instr->value());
|
|
|