| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index eff9b8b2501b7efb6c55c94feb73ac725ce1df7d..979a887ac5d24f5f9288776d78bca80ccf8075b0 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -108,6 +108,7 @@ class MachineOperatorBuilder FINAL : public ZoneObject {
|
| const Operator* Uint32LessThan();
|
| const Operator* Uint32LessThanOrEqual();
|
| const Operator* Uint32Mod();
|
| + const Operator* Uint32MulHigh();
|
| bool Int32DivIsSafe() const { return flags_ & kInt32DivIsSafe; }
|
| bool Int32ModIsSafe() const { return flags_ & kInt32ModIsSafe; }
|
| bool Uint32DivIsSafe() const { return flags_ & kUint32DivIsSafe; }
|
|
|