| Index: src/crankshaft/mips64/lithium-mips64.h
|
| diff --git a/src/crankshaft/mips64/lithium-mips64.h b/src/crankshaft/mips64/lithium-mips64.h
|
| index cae73e57904224ce42616126b3107af4c1b9fb72..931682d26adac033b771ff09e6200ee6963a5623 100644
|
| --- a/src/crankshaft/mips64/lithium-mips64.h
|
| +++ b/src/crankshaft/mips64/lithium-mips64.h
|
| @@ -145,7 +145,6 @@ class LCodeGen;
|
| V(SubS) \
|
| V(TaggedToI) \
|
| V(ThisFunction) \
|
| - V(ToFastProperties) \
|
| V(TransitionElementsKind) \
|
| V(TrapAllocationMemento) \
|
| V(Typeof) \
|
| @@ -2390,19 +2389,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) {
|
|
|