Index: src/crankshaft/arm/lithium-arm.h |
diff --git a/src/crankshaft/arm/lithium-arm.h b/src/crankshaft/arm/lithium-arm.h |
index 0bc32cef7681855cf0098b88e580a57d14700607..747a8f52d4d36bb19a7084d9557f901c32bd7ff7 100644 |
--- a/src/crankshaft/arm/lithium-arm.h |
+++ b/src/crankshaft/arm/lithium-arm.h |
@@ -144,7 +144,6 @@ class LCodeGen; |
V(RSubI) \ |
V(TaggedToI) \ |
V(ThisFunction) \ |
- V(ToFastProperties) \ |
V(TransitionElementsKind) \ |
V(TrapAllocationMemento) \ |
V(Typeof) \ |
@@ -2385,19 +2384,6 @@ class LAllocate final : public LTemplateInstruction<1, 2, 2> { |
}; |
-class LToFastProperties final : public LTemplateInstruction<1, 1, 0> { |
- public: |
- explicit LToFastProperties(LOperand* value) { |
- inputs_[0] = value; |
- } |
- |
- LOperand* value() { return inputs_[0]; } |
- |
- DECLARE_CONCRETE_INSTRUCTION(ToFastProperties, "to-fast-properties") |
- DECLARE_HYDROGEN_ACCESSOR(ToFastProperties) |
-}; |
- |
- |
class LTypeof final : public LTemplateInstruction<1, 2, 0> { |
public: |
LTypeof(LOperand* context, LOperand* value) { |