Chromium Code Reviews| Index: src/x64/lithium-x64.h |
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
| index 32ee0b9d31daf38d44bcd9683cfeb8d2b22297e8..50ac37d897feb2679577e4f76025305d5f7c3472 100644 |
| --- a/src/x64/lithium-x64.h |
| +++ b/src/x64/lithium-x64.h |
| @@ -433,6 +433,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) |
| }; |