| Index: src/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
|
| index 8040791acb0b958b140f88602833e799284ff63d..771fc896cc7b1e1200f5ac8a54f26da9062d2528 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/arm/lithium-codegen-arm.cc
|
| @@ -1918,13 +1918,6 @@ void LCodeGen::DoConstantT(LConstantT* instr) {
|
| }
|
|
|
|
|
| -void LCodeGen::DoJSArrayLength(LJSArrayLength* instr) {
|
| - Register result = ToRegister(instr->result());
|
| - Register array = ToRegister(instr->value());
|
| - __ ldr(result, FieldMemOperand(array, JSArray::kLengthOffset));
|
| -}
|
| -
|
| -
|
| void LCodeGen::DoFixedArrayBaseLength(LFixedArrayBaseLength* instr) {
|
| Register result = ToRegister(instr->result());
|
| Register array = ToRegister(instr->value());
|
|
|