Index: src/compiler/machine-operator-reducer.h |
diff --git a/src/compiler/machine-operator-reducer.h b/src/compiler/machine-operator-reducer.h |
index f19184b75e68caf153c18a9ec150dfe9f967700c..e8fde22ea777bd87fa6d63153d25b76ab6190cec 100644 |
--- a/src/compiler/machine-operator-reducer.h |
+++ b/src/compiler/machine-operator-reducer.h |
@@ -65,6 +65,7 @@ class MachineOperatorReducer FINAL : public Reducer { |
Reduction ReduceUint32Div(Node* node); |
Reduction ReduceInt32Mod(Node* node); |
Reduction ReduceUint32Mod(Node* node); |
+ Reduction ReduceStore(Node* node); |
Reduction ReduceProjection(size_t index, Node* node); |
Graph* graph() const; |