| Index: src/crankshaft/mips/lithium-mips.h
|
| diff --git a/src/crankshaft/mips/lithium-mips.h b/src/crankshaft/mips/lithium-mips.h
|
| index 9e3d001b03689990324f7273235c024d2673333b..d0c8a5ec12e318b2c8c9b0e08aaeb5df85b9012a 100644
|
| --- a/src/crankshaft/mips/lithium-mips.h
|
| +++ b/src/crankshaft/mips/lithium-mips.h
|
| @@ -530,6 +530,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]; }
|
|
|