Chromium Code Reviews| Index: src/ia32/lithium-ia32.h |
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
| index 10272fd4258a46a56de5d6d58de09d4535f9fb45..ab9ff6c1c09111a113028fce493a438f53f00b0c 100644 |
| --- a/src/ia32/lithium-ia32.h |
| +++ b/src/ia32/lithium-ia32.h |
| @@ -1475,6 +1475,7 @@ class LReturn: public LTemplateInstruction<0, 3, 0> { |
| LOperand* parameter_count() { return inputs_[2]; } |
| DECLARE_CONCRETE_INSTRUCTION(Return, "return") |
| + DECLARE_HYDROGEN_ACCESSOR(Return) |
| }; |