Index: src/crankshaft/mips/lithium-mips.h |
diff --git a/src/crankshaft/mips/lithium-mips.h b/src/crankshaft/mips/lithium-mips.h |
index d0c8a5ec12e318b2c8c9b0e08aaeb5df85b9012a..a8279a9a27b2252db3ffb60aecd608f9585de00c 100644 |
--- a/src/crankshaft/mips/lithium-mips.h |
+++ b/src/crankshaft/mips/lithium-mips.h |
@@ -142,7 +142,6 @@ class LCodeGen; |
V(SubI) \ |
V(TaggedToI) \ |
V(ThisFunction) \ |
- V(ToFastProperties) \ |
V(TransitionElementsKind) \ |
V(TrapAllocationMemento) \ |
V(Typeof) \ |
@@ -2344,19 +2343,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) { |