Chromium Code Reviews| Index: src/x64/lithium-x64.h |
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
| index 507667ea86b522dfc9a7e30b88588ef5780dcf99..081b2bf3e52dfefd3affbef4d84a8c0ae92273b1 100644 |
| --- a/src/x64/lithium-x64.h |
| +++ b/src/x64/lithium-x64.h |
| @@ -1651,6 +1651,7 @@ class LNumberUntagD: public LTemplateInstruction<1, 1, 0> { |
| } |
| DECLARE_CONCRETE_INSTRUCTION(NumberUntagD, "double-untag") |
| + DECLARE_HYDROGEN_ACCESSOR(Change); |
| }; |