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