Chromium Code Reviews| Index: src/x64/lithium-x64.h |
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h |
| index 48d8b5cfd968e1aa8830716f9de2e4d452f2ac2d..d6edd6de8bd92f7a75d02f267f9933404d3ffcb8 100644 |
| --- a/src/x64/lithium-x64.h |
| +++ b/src/x64/lithium-x64.h |
| @@ -2379,6 +2379,7 @@ class LCheckNonSmi: public LTemplateInstruction<0, 1, 0> { |
| LOperand* value() { return inputs_[0]; } |
| DECLARE_CONCRETE_INSTRUCTION(CheckNonSmi, "check-non-smi") |
| + DECLARE_HYDROGEN_ACCESSOR(CheckHeapObject) |
| }; |