| Index: src/crankshaft/ia32/lithium-ia32.h
|
| diff --git a/src/crankshaft/ia32/lithium-ia32.h b/src/crankshaft/ia32/lithium-ia32.h
|
| index f83aa64da3554c88d6229a1429c051cde78c05ab..7e2e56e01e6fea0fff7bb23fe7fbe212294d8bad 100644
|
| --- a/src/crankshaft/ia32/lithium-ia32.h
|
| +++ b/src/crankshaft/ia32/lithium-ia32.h
|
| @@ -145,7 +145,6 @@ class LCodeGen;
|
| V(SubI) \
|
| V(TaggedToI) \
|
| V(ThisFunction) \
|
| - V(ToFastProperties) \
|
| V(TransitionElementsKind) \
|
| V(TrapAllocationMemento) \
|
| V(Typeof) \
|
| @@ -2374,19 +2373,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) {
|
|
|