Index: src/x64/lithium-x64.h |
diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
index 967b645c81b9ac132a12276fd9ebc04a3397210e..d4484a29cac2da679b2a76bcc23fa629d1891a4c 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) |
}; |