| Index: src/compiler/machine-operator-reducer.h
|
| diff --git a/src/compiler/machine-operator-reducer.h b/src/compiler/machine-operator-reducer.h
|
| index e40ad65cdc2aadbf41b8570bd88bfaf0d0042e22..d8978a4f127db9859d071a9bacc71f48db5a5e8a 100644
|
| --- a/src/compiler/machine-operator-reducer.h
|
| +++ b/src/compiler/machine-operator-reducer.h
|
| @@ -49,6 +49,7 @@ class MachineOperatorReducer FINAL : public Reducer {
|
| return Replace(Int64Constant(value));
|
| }
|
|
|
| + Reduction ReduceInt32Mod(Node* node);
|
| Reduction ReduceProjection(size_t index, Node* node);
|
|
|
| Graph* graph() const;
|
|
|