| Index: src/crankshaft/s390/lithium-s390.h
|
| diff --git a/src/crankshaft/s390/lithium-s390.h b/src/crankshaft/s390/lithium-s390.h
|
| index 60c7ca34cbd58a72b60b0ad8399aae17a2ef9286..3184796ac13905d66b93429f7520aed20d60251d 100644
|
| --- a/src/crankshaft/s390/lithium-s390.h
|
| +++ b/src/crankshaft/s390/lithium-s390.h
|
| @@ -503,6 +503,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]; }
|
|
|