Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index f52e3f713a312656836b9bbdf4794a05b4713214..c1da7c2f5321dc7250dd3a312720f44dd42509a2 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -91,7 +91,6 @@ class LCodeGen; |
V(Drop) \ |
V(Dummy) \ |
V(DummyUse) \ |
- V(ElementsKind) \ |
V(ForInCacheArray) \ |
V(ForInPrepareMap) \ |
V(FunctionLiteral) \ |
@@ -1295,19 +1294,6 @@ class LMapEnumLength V8_FINAL : public LTemplateInstruction<1, 1, 0> { |
}; |
-class LElementsKind V8_FINAL : public LTemplateInstruction<1, 1, 0> { |
- public: |
- explicit LElementsKind(LOperand* value) { |
- inputs_[0] = value; |
- } |
- |
- LOperand* value() { return inputs_[0]; } |
- |
- DECLARE_CONCRETE_INSTRUCTION(ElementsKind, "elements-kind") |
- DECLARE_HYDROGEN_ACCESSOR(ElementsKind) |
-}; |
- |
- |
class LValueOf V8_FINAL : public LTemplateInstruction<1, 1, 1> { |
public: |
LValueOf(LOperand* value, LOperand* temp) { |