| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index 05bbab807940638fe0e2fee0800a635d74dc3d18..6991123b6a3e2baecb8b1c5713c8e110ccbfc33e 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -183,6 +183,7 @@ class MachineOperatorBuilder final : public ZoneObject {
|
|
|
| const Operator* Int32PairAdd();
|
| const Operator* Int32PairSub();
|
| + const Operator* Int32PairMul();
|
| const Operator* Word32PairShl();
|
| const Operator* Word32PairShr();
|
| const Operator* Word32PairSar();
|
|
|