Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index f49e8ce4f8a0b114e36f1142609555ea01d8010b..5b49fe49122681af7591a867601fd000a997e02c 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -120,7 +120,6 @@ class LCodeGen; |
V(IsStringAndBranch) \ |
V(IsSmiAndBranch) \ |
V(IsUndetectableAndBranch) \ |
- V(JSArrayLength) \ |
V(Label) \ |
V(LazyBailout) \ |
V(LoadContextSlot) \ |
@@ -1165,19 +1164,6 @@ class LCmpMapAndBranch: public LTemplateInstruction<0, 1, 1> { |
}; |
-class LJSArrayLength: public LTemplateInstruction<1, 1, 0> { |
- public: |
- explicit LJSArrayLength(LOperand* value) { |
- inputs_[0] = value; |
- } |
- |
- LOperand* value() { return inputs_[0]; } |
- |
- DECLARE_CONCRETE_INSTRUCTION(JSArrayLength, "js-array-length") |
- DECLARE_HYDROGEN_ACCESSOR(JSArrayLength) |
-}; |
- |
- |
class LFixedArrayBaseLength: public LTemplateInstruction<1, 1, 0> { |
public: |
explicit LFixedArrayBaseLength(LOperand* value) { |