| Index: src/crankshaft/x87/lithium-x87.h
|
| diff --git a/src/crankshaft/x87/lithium-x87.h b/src/crankshaft/x87/lithium-x87.h
|
| index de70638d9d0e1dfd70021636c6f27450211b690f..7c7cb068048a25d2e359eca1b078218ef8c520cb 100644
|
| --- a/src/crankshaft/x87/lithium-x87.h
|
| +++ b/src/crankshaft/x87/lithium-x87.h
|
| @@ -146,7 +146,6 @@ class LCodeGen;
|
| V(SubI) \
|
| V(TaggedToI) \
|
| V(ThisFunction) \
|
| - V(ToFastProperties) \
|
| V(TransitionElementsKind) \
|
| V(TrapAllocationMemento) \
|
| V(Typeof) \
|
| @@ -2391,19 +2390,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) {
|
|
|