Index: src/crankshaft/ia32/lithium-ia32.h |
diff --git a/src/crankshaft/ia32/lithium-ia32.h b/src/crankshaft/ia32/lithium-ia32.h |
index bcd26ec4640f82a808c0125fd89b8aa74214729f..f83aa64da3554c88d6229a1429c051cde78c05ab 100644 |
--- a/src/crankshaft/ia32/lithium-ia32.h |
+++ b/src/crankshaft/ia32/lithium-ia32.h |
@@ -537,6 +537,7 @@ class LApplyArguments final : public LTemplateInstruction<1, 4, 0> { |
LOperand* elements() { return inputs_[3]; } |
DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments") |
+ DECLARE_HYDROGEN_ACCESSOR(ApplyArguments) |
}; |