| Index: src/crankshaft/mips64/lithium-mips64.h
|
| diff --git a/src/crankshaft/mips64/lithium-mips64.h b/src/crankshaft/mips64/lithium-mips64.h
|
| index 606a1cb5642a776694758210fe7d8d7b348eeab4..cae73e57904224ce42616126b3107af4c1b9fb72 100644
|
| --- a/src/crankshaft/mips64/lithium-mips64.h
|
| +++ b/src/crankshaft/mips64/lithium-mips64.h
|
| @@ -533,6 +533,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]; }
|
|
|