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