| Index: src/crankshaft/ppc/lithium-ppc.h
|
| diff --git a/src/crankshaft/ppc/lithium-ppc.h b/src/crankshaft/ppc/lithium-ppc.h
|
| index 31e149b6a600470358f83d82324a373a75c260ea..58f6b4927a710256b694c449a2a3524fad1003d8 100644
|
| --- a/src/crankshaft/ppc/lithium-ppc.h
|
| +++ b/src/crankshaft/ppc/lithium-ppc.h
|
| @@ -523,6 +523,7 @@ class LApplyArguments final : public LTemplateInstruction<1, 4, 0> {
|
| }
|
|
|
| DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments")
|
| + DECLARE_HYDROGEN_ACCESSOR(ApplyArguments)
|
|
|
| LOperand* function() { return inputs_[0]; }
|
| LOperand* receiver() { return inputs_[1]; }
|
|
|