Index: src/compiler/machine-operator-reducer.h |
diff --git a/src/compiler/machine-operator-reducer.h b/src/compiler/machine-operator-reducer.h |
index 1f065c6058a51cb302529e88f1926551b259d403..ffd78a24202a634909464ce1c4f7506dddfa1966 100644 |
--- a/src/compiler/machine-operator-reducer.h |
+++ b/src/compiler/machine-operator-reducer.h |
@@ -69,6 +69,8 @@ class MachineOperatorReducer FINAL : public Reducer { |
Reduction ReduceStore(Node* node); |
Reduction ReduceProjection(size_t index, Node* node); |
Reduction ReduceWord32Shifts(Node* node); |
+ Reduction ReduceWord32Shl(Node* node); |
+ Reduction ReduceWord32And(Node* node); |
Reduction ReduceWord32Or(Node* node); |
Graph* graph() const; |