Chromium Code Reviews| Index: src/mips/lithium-mips.h |
| diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h |
| index efc5e274be72c47b681f2598f8fd3dfed9ce5506..da59dd8b0c214b55e2bde7f21b054a43e7042e89 100644 |
| --- a/src/mips/lithium-mips.h |
| +++ b/src/mips/lithium-mips.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]; } |
| }; |