| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index 1df97278b0e03427a6bb420f13008eedf15a3612..288006c509e824328a886cef1c7cb70b81d11829 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -156,6 +156,7 @@ class MachineOperatorBuilder final : public ZoneObject {
|
| const Operator* Int64LessThanOrEqual();
|
| const Operator* Uint64Div();
|
| const Operator* Uint64LessThan();
|
| + const Operator* Uint64LessThanOrEqual();
|
| const Operator* Uint64Mod();
|
|
|
| // These operators change the representation of numbers while preserving the
|
|
|