| Index: src/crankshaft/ppc/lithium-ppc.h
|
| diff --git a/src/crankshaft/ppc/lithium-ppc.h b/src/crankshaft/ppc/lithium-ppc.h
|
| index 58f6b4927a710256b694c449a2a3524fad1003d8..a633fda12d0ab418fd0a0c10f8eb70330a76857d 100644
|
| --- a/src/crankshaft/ppc/lithium-ppc.h
|
| +++ b/src/crankshaft/ppc/lithium-ppc.h
|
| @@ -144,7 +144,6 @@ class LCodeGen;
|
| V(RSubI) \
|
| V(TaggedToI) \
|
| V(ThisFunction) \
|
| - V(ToFastProperties) \
|
| V(TransitionElementsKind) \
|
| V(TrapAllocationMemento) \
|
| V(Typeof) \
|
| @@ -2287,17 +2286,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) {
|
|
|