Index: src/crankshaft/arm64/lithium-arm64.h |
diff --git a/src/crankshaft/arm64/lithium-arm64.h b/src/crankshaft/arm64/lithium-arm64.h |
index 604e84f6677b390ecb803555e88424b5c63c6c37..11b15d1d20eba2f1720001ebce7387252cc614e8 100644 |
--- a/src/crankshaft/arm64/lithium-arm64.h |
+++ b/src/crankshaft/arm64/lithium-arm64.h |
@@ -155,7 +155,6 @@ class LCodeGen; |
V(SubS) \ |
V(TaggedToI) \ |
V(ThisFunction) \ |
- V(ToFastProperties) \ |
V(TransitionElementsKind) \ |
V(TrapAllocationMemento) \ |
V(TruncateDoubleToIntOrSmi) \ |
@@ -2693,19 +2692,6 @@ class LThisFunction final : public LTemplateInstruction<1, 0, 0> { |
}; |
-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 LTransitionElementsKind final : public LTemplateInstruction<0, 2, 2> { |
public: |
LTransitionElementsKind(LOperand* object, |