Chromium Code Reviews| Index: src/arm/lithium-arm.h |
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
| index 628c3d1a593a83007bf734f58a7c5eaba3cb9680..703666c4a15514a5f4d306617450c85272a50ddd 100644 |
| --- a/src/arm/lithium-arm.h |
| +++ b/src/arm/lithium-arm.h |
| @@ -1242,6 +1242,8 @@ class LStoreGlobalCell: public LTemplateInstruction<0, 1, 1> { |
| DECLARE_CONCRETE_INSTRUCTION(StoreGlobalCell, "store-global-cell") |
| DECLARE_HYDROGEN_ACCESSOR(StoreGlobalCell) |
| + |
| + LOperand* value() { return inputs_[0]; } |
| }; |