Chromium Code Reviews| Index: src/arm/lithium-arm.h |
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
| index c7910a3a1845e17255b3dd213186e492289b9473..9982bf056d364ddd5893f740b837ce456acd1d3a 100644 |
| --- a/src/arm/lithium-arm.h |
| +++ b/src/arm/lithium-arm.h |
| @@ -859,6 +859,7 @@ class LBoundsCheck: public LTemplateInstruction<0, 2, 0> { |
| LOperand* length() { return inputs_[1]; } |
| DECLARE_CONCRETE_INSTRUCTION(BoundsCheck, "bounds-check") |
| + DECLARE_HYDROGEN_ACCESSOR(BoundsCheck) |
| }; |