| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index 58be985d32880724f27e9b7adc0f6faf48e7b51d..568d3eb2b89acc163584aea605375772ccfed1f0 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -82,6 +82,7 @@ class MachineOperatorBuilder FINAL {
|
| const Operator* Int32Sub();
|
| const Operator* Int32SubWithOverflow();
|
| const Operator* Int32Mul();
|
| + const Operator* Int32MulHigh();
|
| const Operator* Int32Div();
|
| const Operator* Int32Mod();
|
| const Operator* Int32LessThan();
|
|
|