Index: src/crankshaft/x64/lithium-x64.h |
diff --git a/src/crankshaft/x64/lithium-x64.h b/src/crankshaft/x64/lithium-x64.h |
index c3ae7b1dd9b186ed917957af593874b6e62784ce..78bd6ed5e7a815c26b862bd63bc3e144709af4e9 100644 |
--- a/src/crankshaft/x64/lithium-x64.h |
+++ b/src/crankshaft/x64/lithium-x64.h |
@@ -141,7 +141,6 @@ class LCodeGen; |
V(SubI) \ |
V(TaggedToI) \ |
V(ThisFunction) \ |
- V(ToFastProperties) \ |
V(TransitionElementsKind) \ |
V(TrapAllocationMemento) \ |
V(Typeof) \ |
@@ -2358,19 +2357,6 @@ class LAllocate final : public LTemplateInstruction<1, 2, 1> { |
}; |
-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) { |