Chromium Code Reviews| Index: src/x64/lithium-x64.h |
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
| index cc7338261451e7f6d7f592542a3b2180dfdbdf60..99d903037df4da5c2244ce8df23c519c7fd7377c 100644 |
| --- a/src/x64/lithium-x64.h |
| +++ b/src/x64/lithium-x64.h |
| @@ -434,6 +434,7 @@ class LDummyUse: public LTemplateInstruction<1, 1, 0> { |
| class LDeoptimize: public LTemplateInstruction<0, 0, 0> { |
| public: |
| DECLARE_CONCRETE_INSTRUCTION(Deoptimize, "deoptimize") |
| + DECLARE_HYDROGEN_ACCESSOR(Deoptimize) |
| }; |