| Index: src/compiler/machine-operator-reducer.h
|
| diff --git a/src/compiler/machine-operator-reducer.h b/src/compiler/machine-operator-reducer.h
|
| index 2973ab5e038dda1fe27f5ce49a9f462dd1176c43..1f065c6058a51cb302529e88f1926551b259d403 100644
|
| --- a/src/compiler/machine-operator-reducer.h
|
| +++ b/src/compiler/machine-operator-reducer.h
|
| @@ -69,6 +69,7 @@ class MachineOperatorReducer FINAL : public Reducer {
|
| Reduction ReduceStore(Node* node);
|
| Reduction ReduceProjection(size_t index, Node* node);
|
| Reduction ReduceWord32Shifts(Node* node);
|
| + Reduction ReduceWord32Or(Node* node);
|
|
|
| Graph* graph() const;
|
| JSGraph* jsgraph() const { return jsgraph_; }
|
|
|