Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 54f117c0d9adafaeb31691af6f6796bd0b277554..45ddd0e26dde80623dcc416c0c4c6001e0b8daae 100644 |
--- a/src/x64/lithium-x64.h |
+++ b/src/x64/lithium-x64.h |
@@ -1444,6 +1444,7 @@ class LReturn: public LTemplateInstruction<0, 2, 0> { |
LOperand* parameter_count() { return inputs_[1]; } |
DECLARE_CONCRETE_INSTRUCTION(Return, "return") |
+ DECLARE_HYDROGEN_ACCESSOR(Return) |
}; |